Commit graph

4709 commits

Author SHA1 Message Date
Nikolay Kim
925b757565 Add callback for task spawning 2023-01-03 18:27:40 +01:00
Nikolay Kim
f5a7f97c9f
Update glommio cos tests (#155) 2022-12-28 15:52:33 +01:00
Nikolay Kim
a54f6f7ac2 Prepare release 2022-12-28 13:02:24 +01:00
Nikolay Kim
4baf42d6d1
Restart timer after runtime stop (#154)
* Code coverage
* Restart timer after runtime stop
2022-12-28 12:42:54 +01:00
Nikolay Kim
67eb653ef2 Prepare ntex-service release 2022-12-28 09:45:41 +01:00
Nikolay Kim
b416386bae Update versions 2022-12-28 09:36:16 +01:00
Nikolay Kim
179608913c Remove useless Responder::Error 2022-12-27 19:01:11 +01:00
Nikolay Kim
5fd0cd4713 Refactor Handler trait 2022-12-27 15:32:21 +01:00
Nikolay Kim
537d8dc18d
Use GAT (#153)
* Rename Transform to Middleware

* Drop FnService's shutdown helper

* refactor Service trait to use GAT

* Migrate ntex to new service

* move Stack to service

* use BoxFuture

* simplify poll_shitdown method
2022-12-26 19:58:38 +01:00
Alex Orlenko
de9738c9c0
Update ntex_service documentation (#148) 2022-12-13 11:47:26 +01:00
Nikolay Kim
8d91b2e45a Update tests 2022-12-13 11:27:15 +01:00
Nikolay Kim
2e9c816b41 clippy 2022-12-13 11:06:57 +01:00
Nikolay Kim
959d821edd Add Bytes<&Bytes> for Bytes impl 2022-12-13 11:06:25 +01:00
Nikolay Kim
0217a2e835 Add BoxFuture helper type alias 2022-12-13 11:03:33 +01:00
Nikolay Kim
7774c58aff Add helper method HeaderValue::as_shared() 2022-12-09 11:10:51 +01:00
Nikolay Kim
6534dc4d1f Add TryFrom<&Bytes> and TryFrom<&BytesMut> for ByteString 2022-12-09 10:53:50 +01:00
Nikolay Kim
71ec7f8b60 Remove port from host for openssl connector #152 2022-12-08 09:15:56 +01:00
Nikolay Kim
006cf75a14 Expose IoRef::start_keepalive_timer() and IoRef::remove_keepalive_timer() methods 2022-12-02 17:28:50 +01:00
Nikolay Kim
1a7d2b9d78 Bump version 2022-11-30 19:06:39 +01:00
Nikolay Kim
9ac42ca6b4 Update deps 2022-11-30 17:40:00 +01:00
Nikolay Kim
2b193dca48 Test nested state 2022-11-30 17:31:17 +01:00
Nikolay Kim
89f02e26bc Convert from HeaderValue into http::header::HeaderValue 2022-11-30 17:10:59 +01:00
Alex Orlenko
81429b1ddf
Do not require mut self in Response::extensions_mut (#146) 2022-11-28 11:26:02 +01:00
Nikolay Kim
c8530d65a5 Change state management behaviour 2022-11-25 16:45:42 +01:00
Nikolay Kim
d947f7f08c Add Extensions::extend() and Extensions::is_empty() methods 2022-11-25 16:44:51 +01:00
Nikolay Kim
f731a7800d Update tests 2022-11-25 01:07:25 +01:00
Nikolay Kim
427e78d385 Keep multi header values order 2022-11-24 14:38:54 +01:00
Alex Orlenko
ce16bfa1b2
Fix HeaderMap append order (#145) 2022-11-24 14:15:19 +01:00
Nikolay Kim
60d7646ba4 Clippy 2022-11-10 00:39:31 +01:00
Nikolay Kim
7da66512ee Handle io disconnect during h1/h2 server handling 2022-11-09 19:01:24 +01:00
Nikolay Kim
9723b9717c Add From<HeaderValue> impl for Value, allow to use HeaderMap::collect() 2022-11-09 19:00:16 +01:00
Nikolay Kim
b2f3bde027 Add ByteString to HeaderValue conversion support 2022-11-03 20:13:04 +01:00
Nikolay Kim
2d42c4ff41 add http::Error from impl 2022-11-03 14:24:57 +01:00
Nikolay Kim
c89b083133 Use custom Error and HeaderValue types 2022-11-03 14:00:24 +01:00
Nikolay Kim
75f7cfbc7d Prep release 2022-11-01 07:16:16 +01:00
Nikolay Kim
9610750d99 Prepare release 2022-10-31 08:54:24 +01:00
jmhuang
eccbb651cd
Fix compilation errors in the openwrt environment (#140) 2022-10-27 22:05:14 +02:00
Nikolay Kim
3133665342 Prepare release 2022-10-26 11:16:46 +02:00
Ulf Lilleengen
7b4696b193
Create the correct PskIdentity type on query (#138) 2022-10-26 11:13:03 +02:00
Nikolay Kim
bc51d800ff Log ssl errors 2022-10-14 16:46:27 +02:00
Jens Reimann
eabb165dda
feat: allow extracting TLS SNI server name and TLS PSK identity (#136)
This change allows to query for the SNI server name and the PSK
identity.

The server name implements only the DNS variant, as this is what both
APIs currently seem to support.

The PSK identity is only implemented for OpenSSL, as RustTLS currently
doesn't support TLS PSK. But it could be implemented the same way, once
this becomes available.
2022-10-14 16:45:12 +02:00
Nikolay Kim
bc37d9c0d7 Prepare release 2022-10-03 10:23:03 +02:00
Nikolay Kim
7ce1927566 clippy 2022-10-03 10:21:08 +02:00
Will Brown
68def82d90
fix ondisconnect never resolving (#135) 2022-10-02 23:16:36 +06:00
Nikolay Kim
71a919e91e Fix ServerBuilder::configure_async() helper method 2022-09-20 19:25:51 +02:00
Nikolay Kim
eee3a3e523 update msrv 2022-09-20 08:28:29 +02:00
Nikolay Kim
70abdf10b1 Fix incorrect wordin for State extractor #134 2022-09-20 08:00:49 +02:00
Nikolay Kim
8b7c3111c0 Add ServerBuilder::configure_async() helper, async version of configure method 2022-09-20 07:54:51 +02:00
Nikolay Kim
bd5d40e439 Add System::block_on() helper method 2022-09-20 07:54:39 +02:00
Nikolay Kim
ee4b23465b
Various http fixes (#132)
* Fix parsing ambiguity in Transfer-Encoding and Content-Length headers for HTTP/1.0 requests

* Fix http2 content-length handling

* fix h2 content-length support
2022-08-22 11:54:19 +02:00