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

Add Codable encoders and decoder for HTTP headers and path tokens #6

Closed
tachyonics opened this issue Nov 15, 2018 · 1 comment
Closed
Assignees

Comments

@tachyonics
Copy link
Contributor

Description

Add Codable encoders and decoder for HTTP headers and path tokens, allowing clients and servers to serialize and deserialize from these aspects of a HTTP request.

Exit criteria

  • Codable encoder and decoder types for HTTP headers and path tokens
  • Avoid duplication of logic from QueryEncoder and QueryDecoder
@tachyonics
Copy link
Contributor Author

CRs #7, #8 and #10 have added a HTTPPath and HTTPHeaders encoders and decoders with the required capabilities.

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

No branches or pull requests

1 participant