xmidt-org / wrp-go

go implementation of the Web Routing Protocol
Apache License 2.0
4 stars 7 forks source link

Extend content negotiation functionality #47

Closed joe94 closed 4 years ago

joe94 commented 4 years ago

This PR adds convenience functions for a WRP handler's content negotiation strategy.

codecov-io commented 4 years ago

Codecov Report

Merging #47 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   46.61%   46.61%           
=======================================
  Files          15       15           
  Lines        3152     3152           
=======================================
  Hits         1469     1469           
  Misses       1521     1521           
  Partials      162      162
Impacted Files Coverage Δ
wrphttp/requestResponse.go 94.59% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8629d45...c30c7a0. Read the comment docs.