1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-03 08:41:55 +00:00
actix-web/actix-http/src
Darin 18593d8476 updated Connector docs and renamed service() to finish() (#757)
* added Connector to actix-web::client namespace

* updated Connector, renaming service() to finish() and adding docs

* added doc for finish method on Connector
2019-04-05 11:34:27 -07:00
..
client updated Connector docs and renamed service() to finish() (#757) 2019-04-05 11:34:27 -07:00
cookie Fix clippy warning (#755) 2019-04-05 12:34:24 +03:00
encoding encoder sent uncompressed data before compressed 2019-04-04 15:03:40 -07:00
h1 remove some static contraints 2019-04-04 10:59:34 -07:00
h2 remove some static contraints 2019-04-04 10:59:34 -07:00
header Export IntoHeaderValue 2019-04-03 12:44:47 -07:00
ws allocate enough space 2019-03-31 17:05:02 -07:00
body.rs Fix clippy warning (#755) 2019-04-05 12:34:24 +03:00
builder.rs remove some static contraints 2019-04-04 10:59:34 -07:00
config.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
error.rs Add minimal std::error::Error impl for Error 2019-04-04 13:23:38 -07:00
extensions.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
helpers.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
httpcodes.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
httpmessage.rs fork cookie crate 2019-03-29 21:13:39 -07:00
lib.rs remove SendError and SendResponse services 2019-04-05 11:29:42 -07:00
message.rs allow to override response body encoding 2019-03-27 11:29:31 -07:00
payload.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
request.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
response.rs remove SendError and SendResponse services 2019-04-05 11:29:42 -07:00
service.rs remove SendError and SendResponse services 2019-04-05 11:29:42 -07:00
test.rs fork cookie crate 2019-03-29 21:13:39 -07:00