1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00
actix-web/awc/src
Darin 4cc2b38059 added read_response_json for testing (#776)
* added read_response_json for testing

* cleaned up

* modied docs for read_response_json

* typo in doc

* test code in doc should compile now

* use type coercion in doc

* removed generic R, replaced with Request
2019-04-14 16:25:45 -07:00
..
builder.rs updated Connector docs and renamed service() to finish() (#757) 2019-04-05 11:34:27 -07:00
connect.rs Add Debug impl for BoxedSocket 2019-04-11 16:01:54 -07:00
error.rs do not use static 2019-04-02 10:53:44 -07:00
lib.rs use custom headers map; more optimizations 2019-04-06 15:02:02 -07:00
request.rs Do not set default headers for websocket request 2019-04-14 07:43:53 -07:00
response.rs use custom headers map; more optimizations 2019-04-06 15:02:02 -07:00
test.rs use objects pool for HttpRequest; optimize nested services call 2019-04-07 23:06:21 -07:00
ws.rs added read_response_json for testing (#776) 2019-04-14 16:25:45 -07:00