You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: