mirror of https://github.com/fafhrd91/actix-web
This is the case for supporting to request for servers which don't perfectly implement the `RFC 7230`. It is important for an app which uses `ClientRequest` as core part. * Add field `upper_camel_case_headers` to `ClientRequest`. * Add function `set_upper_camel_case_headers` to `ClientRequest` and `ClientRequestBuilder` to set field `upper_camel_case_headers`. * Add trait `client::writer::UpperCamelCaseHeader` for `http::header::HeaderName`, let it can be converted to Camel-Case then writed to buffer. * Add test `test_client::test_upper_camel_case_headers`. |
||
|---|---|---|
| .. | ||
| cert.pem | ||
| identity.pfx | ||
| key.pem | ||
| test space.binary | ||
| test.binary | ||
| test.png | ||
| test_client.rs | ||
| test_custom_pipeline.rs | ||
| test_handlers.rs | ||
| test_middleware.rs | ||
| test_server.rs | ||
| test_ws.rs | ||