Nikolay Kim
|
3a4b16a6d5
|
use BodyLength for request and response body
|
2018-11-16 21:30:37 -08:00 |
|
Nikolay Kim
|
6297fe0d41
|
refactor client response payload handling
|
2018-11-14 09:38:16 -08:00 |
|
Nikolay Kim
|
550c5f55b6
|
add simple http client
|
2018-11-13 22:59:00 -08:00 |
|
Nikolay Kim
|
8d85c45c1d
|
simplify error handling
|
2018-10-07 00:04:38 -07:00 |
|
Nikolay Kim
|
5c0a2066cc
|
refactor ws to a websocket codec
|
2018-10-05 12:47:22 -07:00 |
|
Nikolay Kim
|
829dbae609
|
cleanups and tests
|
2018-10-04 21:14:18 -07:00 |
|
Nikolay Kim
|
6aa2de7b8d
|
remove actix-web artifacts
|
2018-10-04 17:00:27 -07:00 |
|
Pascal Hertleif
|
890a7e70d6
|
Add missing API docs
These were written without much knowledge of the actix-web internals!
Please review carefully!
|
2018-06-02 15:52:50 +02:00 |
|
Nikolay Kim
|
a64205e502
|
refactor TransferEncoding; allow to use client api with threaded tokio runtime
|
2018-05-29 16:32:39 -07:00 |
|
Nikolay Kim
|
f82fa08d72
|
various optimizations
|
2018-05-15 16:49:03 -07:00 |
|
Nikolay Kim
|
f37880d89c
|
refactor Responder trait
|
2018-05-04 11:44:22 -07:00 |
|
Nikolay Kim
|
c72d1381a6
|
clippy warnings
|
2018-04-29 09:09:08 -07:00 |
|
Nikolay Kim
|
de49796fd1
|
clippy warnings; fmt
|
2018-04-28 22:55:47 -07:00 |
|
Nikolay Kim
|
113f5ad1a8
|
add rustfmt config
|
2018-04-13 16:02:01 -07:00 |
|
Nikolay Kim
|
7be4b1f399
|
clippy warns
|
2018-04-04 20:24:09 -07:00 |
|
Nikolay Kim
|
a6cbdde43f
|
add extractor for Binary type; move all extractors to separate module
|
2018-04-02 14:55:42 -07:00 |
|
Nikolay Kim
|
e7ec0f9fd7
|
ws tests and proper write payload ref
|
2018-03-19 09:30:58 -07:00 |
|
Nikolay Kim
|
e0c8da567c
|
various optimizations
|
2018-03-18 11:05:44 -07:00 |
|
Nikolay Kim
|
11347e3c7d
|
Allow to use Arc<Vec<u8>> as response/request body
|
2018-03-04 10:33:18 -08:00 |
|
Alexander Andreev
|
e1d9c3803b
|
spelling check
|
2018-01-16 00:47:25 +03:00 |
|
Nikolay Kim
|
7060f298b4
|
use more binary
|
2018-01-14 14:40:39 -08:00 |
|
Nikolay Kim
|
f7807e43d8
|
cleanup Binary type; more cors tests
|
2018-01-10 15:28:33 -08:00 |
|
Nikolay Kim
|
cc38b30f7b
|
refactor http actor usage
|
2017-12-31 17:26:32 -08:00 |
|
Nikolay Kim
|
b7cde3f4a9
|
update guide
|
2017-12-13 22:36:28 -08:00 |
|
Nikolay Kim
|
96f598f2c4
|
various optimizations
|
2017-12-13 16:44:35 -08:00 |
|
Nikolay Kim
|
6e138bf373
|
refactor streaming responses
|
2017-11-30 14:42:20 -08:00 |
|
Nikolay Kim
|
559b1c50a3
|
do not encode payload less that 1024 bytes
|
2017-11-29 19:18:37 -08:00 |
|
Nikolay Kim
|
b5a4f6f855
|
hellper method for json body
|
2017-11-27 10:39:47 -08:00 |
|
Nikolay Kim
|
5945035fc3
|
better method name
|
2017-11-19 18:55:37 -10:00 |
|
Nikolay Kim
|
766e243c63
|
more Body tests
|
2017-11-19 18:32:37 -10:00 |
|
Nikolay Kim
|
c565965865
|
rename BinaryBody
|
2017-11-10 13:42:32 -08:00 |
|
Nikolay Kim
|
e558414867
|
add response content encoding
|
2017-11-08 16:44:46 -08:00 |
|
Nikolay Kim
|
c14e6c9008
|
make possible to use async handler
|
2017-11-03 13:35:34 -07:00 |
|
Nikolay Kim
|
e3c058c96e
|
convert from ref string into body
|
2017-10-29 22:50:21 -07:00 |
|
Nikolay Kim
|
86583049fa
|
Fix disconnection handling
|
2017-10-25 16:25:26 -07:00 |
|
Nikolay Kim
|
5e54a80064
|
body tests
|
2017-10-24 00:09:52 -07:00 |
|
Nikolay Kim
|
b9c11b56f8
|
added shared string body
|
2017-10-23 23:49:27 -07:00 |
|
Nikolay Kim
|
1aac83ac96
|
more body conversion impls
|
2017-10-23 23:44:03 -07:00 |
|
Nikolay Kim
|
4ee2a60d88
|
reuse BinaryBody for Frame::Payload
|
2017-10-23 23:39:01 -07:00 |
|
Nikolay Kim
|
c435f16170
|
refactory response body
|
2017-10-23 23:25:32 -07:00 |
|