Commit graph

221 commits

Author SHA1 Message Date
Nikolay Kim
60a686b2f6
Add io-uring driver (#515) 2025-03-11 23:31:41 +05:00
Nikolay Kim
44fcfd62ff
Fix status badge (#498) 2025-01-14 21:45:17 +05:00
Nikolay Kim
8288fc0364
Use updated Service trait (#450) 2024-11-02 17:44:35 +05:00
Nikolay Kim
011e9cdfea
Added Service::not_ready() method (#449) 2024-11-02 12:49:49 +05:00
Nikolay Kim
dedb7de64c
Better handling for h2 remote payload (#439) 2024-10-16 20:46:40 +05:00
Nikolay Kim
3b49828e5f
Use async fn for Service::ready() and Service::shutdown() (#364) 2024-05-28 19:26:08 +05:00
Nikolay Kim
48eb1c5e54 Update license 2024-01-08 21:32:26 +06:00
Nikolay Kim
ea14e8f0f4
Add ContainerCall future (#213)
* Add Container::static_call(), returns future that is suitable for spawning into runtime

* Remove unsafe from h1 dispatcher

* Make call_nowait public

* Update MSRV
2023-06-21 10:21:43 +06:00
leone
369c43968e
refactor: readme.md to add documentation website (#193) 2023-03-28 18:21:52 +02: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
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
Nikolay Kim
1179b69fb0 Update readme, msrv 1.55 2022-05-05 18:18:16 +06:00
Nikolay Kim
cb356517a4 Update README.md 2022-02-19 20:35:24 +06:00
Nikolay Kim
fe3d48d8fd Update readme 2022-01-17 02:36:52 +06:00
Nikolay Kim
08c0dd5654 update readme 2022-01-05 02:17:57 +06:00
Nikolay Kim
2cc1c0e3d1 Unify keep-alive timers 2021-12-30 18:18:33 +06:00
Nikolay Kim
18a2fde154 h1: allow to override connection type in on-request handler 2021-11-02 19:30:33 +06:00
Nikolay Kim
0c9edb0fa3 update ntex-rt 2021-08-26 15:08:39 +06:00
Nikolay Kim
832ea625d1 update msrv 2021-08-14 20:10:11 +06:00
Nikolay Kim
155ac43519 update link to crates 2021-08-14 19:54:32 +06:00
Nikolay Kim
fa59cd2d1c update readme 2021-06-14 21:46:46 +06:00
Nikolay Kim
8b3655457b prep release 2021-04-03 22:49:09 +06:00
Nikolay Kim
f8c8d26402 update msrv in readme 2020-12-22 20:30:44 +06:00
Nikolay Kim
e5bee16850
Update README.md 2020-12-16 22:40:19 +06:00
Nikolay Kim
e48449c781 update license 2020-07-30 11:08:17 +06:00
Nikolay Kim
60d4694ac8 fix links in readme 2020-04-05 13:29:15 +06:00
Nikolay Kim
167155bc78
Various refactorings (#8)
* update doc comments

* rename server ServiceFactory to StreamServiceFactory

* refactor web service factories

* run tarpaulin on 1.42

* re-enable extractos tests
2020-04-05 13:26:13 +06:00
Nikolay Kim
6f9c6aabea
Cache tarpaulin (#7)
* cache tarpaulin

* add rustfmt and clippy gh actions

* add test timeout

* fix clippy warnings

* disable code cov for macros

* adjst tarpaulin

* adjust tarpaulin
2020-04-05 09:51:07 +06:00
Nikolay Kim
cb4df30a86 remove travis 2020-04-05 01:00:03 +06:00
Nikolay Kim
f6c8a218bf
GitHub actions (#6)
* enable github actions
2020-04-05 00:57:13 +06:00
Nikolay Kim
68daf75e91 update license in readme 2020-03-21 09:36:49 +06:00
Juan Aguilar Santillana
01f3bcc827 Fix badges in README 2020-02-28 20:04:36 +01:00
Nikolay Kim
62f0ce5baf travis build 2020-02-17 18:12:20 +06:00
Nikolay Kim
88cd070ced update tests 2020-02-17 17:35:34 +06:00
Yuki Okushi
a2fa97118b Add dependencies instruction (#1281) 2020-02-15 10:40:07 +06:00
wojciechkepka
7bd2270290 Fix link to example in readme.md (#1236)
* Fix link to example in readme.md

* Add links to openssl and rustls examples

* Rustls should be uppercase
2019-12-26 19:42:07 +09:00
Nikolay Kim
1c75e6876b update migration 2019-12-22 17:16:07 +04:00
Jonathan Speiser
4a1695f719 fixes missing import in example (#1210) 2019-12-12 07:06:22 +06:00
Nikolay Kim
3b2e78db47 add link to chat 2019-12-08 19:27:06 +06:00
krircc
439f02b6b1
Update README.md 2019-12-06 14:59:11 +08:00
krircc
e32da08a26
Update README.md 2019-12-06 14:34:14 +08:00
krircc
82110e0927
Update README.md 2019-12-06 14:29:10 +08:00
krircc
7b3354a9ad
Update README.md 2019-12-06 14:26:23 +08:00
krircc
5243e8baca
Update README.md 2019-12-06 14:23:28 +08:00
krircc
98903028c7
Update README.md 2019-12-06 14:22:29 +08:00
Nikolay Kim
f2b3dc5625 update examples 2019-11-26 17:16:33 +06:00
Nikolay Kim
f73f97353b refactor ResponseError trait 2019-11-26 16:07:39 +06:00
Nikolay Kim
512dd2be63 disable rustls support 2019-11-22 07:01:05 +06:00
Nikolay Kim
8683ba8bb0 rename .to_async() to .to() 2019-11-21 21:36:35 +06:00
Nikolay Kim
0d9ea41047 update min rust version 2019-07-31 06:49:46 -07:00