actix-web/src
Markus Unterwaditzer 6726691377 Add ability to pass a custom TlsConnector
I want to be able to configure all the options on
[`native_tls::TlsConnectorBuilder`](https://docs.rs/native-tls/0.2.1/native_tls/struct.TlsConnectorBuilder.html)
like I do with the other SSL backends.

In the process I refactored a bunch of code, with the main purpose of
not copy-pasting the default field values everwhere.

If you agree with this approach, I will add docs for the native-tls
variant.
2018-08-29 14:26:46 +02:00
..
client Add ability to pass a custom TlsConnector 2018-08-29 14:26:46 +02:00
header clippy fmt 2018-08-23 09:48:01 -07:00
middleware clippy fmt 2018-08-23 09:48:01 -07:00
server Fix tests. 2018-08-27 00:31:31 +08:00
ws clippy fmt 2018-08-23 09:48:01 -07:00
application.rs clippy fmt 2018-08-23 09:48:01 -07:00
body.rs Add missing API docs 2018-06-02 15:52:50 +02:00
context.rs cleanup warnings 2018-07-04 21:01:27 +06:00
de.rs refactor route matching 2018-06-19 16:45:26 +06:00
error.rs remove unsafe error transmute, upgrade failure to 0.1.2 #434 2018-08-01 09:42:12 -07:00
extensions.rs Made extensions constructor public 2018-08-18 19:32:28 +02:00
extractor.rs clippy fmt 2018-08-23 09:48:01 -07:00
fs.rs clippy fmt 2018-08-23 09:48:01 -07:00
handler.rs clippy fmt 2018-08-23 09:48:01 -07:00
helpers.rs clippy fmt 2018-08-23 09:48:01 -07:00
httpcodes.rs Add missing API docs 2018-06-02 15:52:50 +02:00
httpmessage.rs clippy fmt 2018-08-23 09:48:01 -07:00
httprequest.rs clippy fmt 2018-08-23 09:48:01 -07:00
httpresponse.rs clippy fmt 2018-08-23 09:48:01 -07:00
info.rs clippy fmt 2018-08-23 09:48:01 -07:00
json.rs clippy fmt 2018-08-23 09:48:01 -07:00
lib.rs fix tokio-tls dependency #480 2018-08-23 10:10:13 -07:00
multipart.rs clippy fmt 2018-08-23 09:48:01 -07:00
param.rs clippy fmt 2018-08-23 09:48:01 -07:00
payload.rs clippy fmt 2018-08-23 09:48:01 -07:00
pipeline.rs clippy fmt 2018-08-23 09:48:01 -07:00
pred.rs clippy fmt 2018-08-23 09:48:01 -07:00
resource.rs allow to use fn with multiple arguments with .with()/.with_async() 2018-08-16 20:29:06 -07:00
route.rs allow to use fn with multiple arguments with .with()/.with_async() 2018-08-16 20:29:06 -07:00
router.rs allow to use fn with multiple arguments with .with()/.with_async() 2018-08-16 20:29:06 -07:00
scope.rs clippy fmt 2018-08-23 09:48:01 -07:00
test.rs add TestRequest::run_async_result helper method 2018-08-09 18:58:14 -07:00
uri.rs update comments 2018-06-24 22:27:30 +06:00
with.rs clippy fmt 2018-08-23 09:48:01 -07:00