Added
Header
extractor for extracting common HTTP headers in handlers. #2094- Added
TestServer::client_headers
method. #2097
Fixed
- Double ampersand in Logger format is escaped correctly. #2067
Changed
CustomResponder
would return error asHttpResponse
whenCustomResponder::with_header
failed
instead of skipping. (Only the first error is kept when multiple error occur) #2093