Commit graph

4027 commits

Author SHA1 Message Date
Nikolay Kim
7642967d8c make public methods 2021-01-18 20:50:27 +06:00
Nikolay Kim
729f47571c
0.2 release (#36)
* use ntex-codec 0.2

* Introduce ntex::framed module

* Drop deprecated ntex::util::order
2021-01-18 20:21:11 +06:00
Nikolay Kim
f5804b8224 Revert http/1 disapatcher changes 2021-01-14 10:39:27 +06:00
Nikolay Kim
263691b777
H1 dispatcher fixes (#35)
* Flush and close io after ws handler exit

* Deprecate ntex::util::order
2021-01-14 02:46:22 +06:00
Nikolay Kim
6e14c9fc84 Use pin-project-lite instead of pin-project 2021-01-13 02:28:51 +06:00
Nikolay Kim
c0e510ae62 Use ahash instead of fxhash 2021-01-13 01:56:13 +06:00
Nikolay Kim
c0d0c2b088 Use pin-project-lite instead of pin-project 2021-01-13 01:36:01 +06:00
Juan Aguilar
3987fbe508
Fix minor issues (#33)
* Fix unused Default trait logic

* Remove `put_slice` in favor of `extend_from_slice`

* Fix spelling
2020-12-27 11:09:56 +06:00
Juan Aguilar
72cc69ab95
Fix clippy and minor issues (#32)
* Fix clippy and minor issues

* Remove allow clippy attribute

* Reduce RequestHeader flags visibility
2020-12-22 22:56:09 +06:00
Nikolay Kim
f8c8d26402 update msrv in readme 2020-12-22 20:30:44 +06:00
Nikolay Kim
f977b7250c bump msrv 2020-12-22 20:27:21 +06:00
Nikolay Kim
1e2bc4a9e2 clippy 2020-12-22 19:55:06 +06:00
Nikolay Kim
3cdfdadeba update deps 2020-12-22 19:25:34 +06:00
Juan Aguilar
dfc3799e09
Improve performance of DateService set_date_header (#31)
* Improve performance of DateService set_date_header

* Fix double check in BufMut advance_mut

* Remove assert_eq
2020-12-22 18:17:46 +06:00
Nikolay Kim
e5bee16850
Update README.md 2020-12-16 22:40:19 +06:00
Nikolay Kim
da03413c22 prep release 2020-11-30 14:01:17 +06:00
Nikolay Kim
cb59ddbda5 Merge branch 'master' of github.com:ntex-rs/ntex 2020-11-30 13:57:47 +06:00
Nikolay Kim
384ef68f35 Add mpsc::WeakSender<T> type 2020-11-30 13:57:23 +06:00
Nikolay Kim
481894d9ba upgrade pin-project-light 2020-11-30 13:14:07 +06:00
Nikolay Kim
9201d261ca debug impl for FrozenClientRequest 2020-11-30 13:13:32 +06:00
Juan Aguilar
f09c9e437e
Simplify task LocalWaker register method (#30) 2020-11-29 09:31:31 +06:00
Nikolay Kim
77aa9fb428 Better names for Variant service 2020-11-15 20:08:05 +06:00
Nikolay Kim
d1f8ac107b Router struct implements Clone trait 2020-10-28 17:16:08 +06:00
Nikolay Kim
1e8f58db4a prep release 2020-09-24 14:26:31 +06:00
Nikolay Kim
86dcbb4abd Add fn_transform fn, allows to use function as transform service 2020-09-24 14:24:10 +06:00
Nikolay Kim
9b88f7d0ff Fix ws::stream::StreamDecoder, decodes buffer before reading from io #27 2020-09-22 18:09:10 +06:00
Nikolay Kim
bf3e8a3de5 tune api docs 2020-09-21 15:11:01 +06:00
Nikolay Kim
9b958a151b Revert "Introduce IoFramed trait"
This reverts commit 0de3647f5d.
2020-09-21 15:07:30 +06:00
Nikolay Kim
0de3647f5d Introduce IoFramed trait 2020-09-21 10:57:32 +06:00
Nikolay Kim
3d6d3d9725 Fix hex conversion helper 2020-09-21 09:25:53 +06:00
Nikolay Kim
98378cab0d cleanup mods 2020-09-21 09:21:59 +06:00
Nikolay Kim
21803f9e2f Allow nested prefixed resources 2020-09-11 13:11:46 +06:00
Nikolay Kim
a66efe4256 Drop deprecated ntex::framed mod 2020-09-06 11:15:31 +06:00
Nikolay Kim
cea261ef20 proper fix for http1 reqeests payload handling 2020-09-04 15:27:37 +06:00
Nikolay Kim
8533d39fca Fix http1 pipeline requests with payload handling 2020-09-04 14:49:08 +06:00
Nikolay Kim
d7a0550f1c fix nightly test 2020-08-27 15:15:02 +06:00
Nikolay Kim
b849462c12 prep release 2020-08-27 15:06:54 +06:00
Nikolay Kim
b0b53c644d Fix Address trait usage for net::SocketAddr type 2020-08-27 14:48:47 +06:00
Nikolay Kim
5dafed652f Make Counter non clonable 2020-08-27 14:33:00 +06:00
Nikolay Kim
73efebc9c3 Require Debug impl for Error 2020-08-10 23:35:28 +06:00
Nikolay Kim
6a5c7ca553 prep release 2020-08-10 21:09:28 +06:00
Nikolay Kim
5b308709fb return error if bytes remaining on stream 2020-08-10 20:33:29 +06:00
Nikolay Kim
a673632141 clippy 2020-08-10 20:28:41 +06:00
Nikolay Kim
c3ca68dfbd remove From<io::Error> constraint for Sink impl 2020-08-10 17:27:52 +06:00
Nikolay Kim
8a6c476d02 Remove From<io::Error> constraint from Encoder and Decoder traits 2020-08-10 14:04:40 +06:00
Nikolay Kim
c4fe71d3cf wake up client support future, prevents memory leak 2020-08-09 15:41:00 +06:00
Nikolay Kim
e48449c781 update license 2020-07-30 11:08:17 +06:00
Nikolay Kim
7130ebc45e clippy warnings 2020-07-29 23:11:37 +06:00
Nikolay Kim
e05bb784d6 fix h1 dispatcher idle definition 2020-07-29 11:15:47 +06:00
Nikolay Kim
9ccbf5d74f better naming and comments 2020-07-29 10:12:32 +06:00