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
The httpaux.Header type is a convenient type for static headers that can be affixed to client requests or server responses. We should refactor this type a bit to allow for headers whose values are computed based on the current request.
The
httpaux.Header
type is a convenient type for static headers that can be affixed to client requests or server responses. We should refactor this type a bit to allow for headers whose values are computed based on the current request.A good example of this type of dynamic header is xmidt-org/arrange#54
The text was updated successfully, but these errors were encountered: