Skip to content

Conversation

@ceejbot
Copy link

@ceejbot ceejbot commented Nov 21, 2016

The AfterRequestFunc type signature is now fn(&Request, &mut Response). This change allows information from the request to be used in typical post-request tasks such as logging in a standard format or reporting request timings. Specifically I needed to log in the Apache common log format, which includes request info, the response status code, and the size of the response body in bytes.

The AfterRequestFunc type signature  is now `fn(&Request, &mut
Response)`. This change allows information from the request to be used
in typical post-request tasks such as logging in a standard format
or reporting request timings.
Nuked ssl features, since those are no longer part of hyper
and we're not using them.
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.

1 participant