Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www-form-urlencoded codec #110

Merged
merged 17 commits into from
Aug 31, 2020
Merged

www-form-urlencoded codec #110

merged 17 commits into from
Aug 31, 2020

Conversation

jeroenrinzema
Copy link
Contributor

This PR introduces a www-form-urlencoded codec which could be used to encode messages.

@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2020

Codecov Report

Merging #110 into master will increase coverage by 0.70%.
The diff coverage is 96.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
+ Coverage   85.57%   86.28%   +0.70%     
==========================================
  Files          82       85       +3     
  Lines        4687     4957     +270     
==========================================
+ Hits         4011     4277     +266     
- Misses        411      413       +2     
- Partials      265      267       +2     
Impacted Files Coverage Δ
pkg/transport/protocol.go 100.00% <ø> (ø)
pkg/codec/www-form-urlencoded/form.go 92.06% <92.06%> (ø)
pkg/codec/json/object.go 82.40% <100.00%> (ø)
pkg/codec/json/types.go 99.40% <100.00%> (ø)
pkg/codec/www-form-urlencoded/errors.go 100.00% <100.00%> (ø)
pkg/codec/www-form-urlencoded/types.go 100.00% <100.00%> (ø)
pkg/flow/caller.go 69.81% <100.00%> (+0.87%) ⬆️
pkg/references/forwarding/references.go 92.59% <100.00%> (ø)
pkg/references/store.go 100.00% <100.00%> (+1.66%) ⬆️
pkg/transport/http/caller.go 82.30% <100.00%> (+1.76%) ⬆️
... and 5 more

@jeroenrinzema jeroenrinzema marked this pull request as ready for review August 31, 2020 21:08
@jeroenrinzema jeroenrinzema merged commit 0ab28c2 into master Aug 31, 2020
@jeroenrinzema jeroenrinzema deleted the feat/www-form-urlencoded branch August 31, 2020 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants