Commit graph

55 commits

Author SHA1 Message Date
Nikolay Kim
fc7553b8bc
Improve tests coverage (#161)
* improve tests coverage
* update base64 crate
2023-01-14 15:34:53 +01:00
Nikolay Kim
15019a2a43
More tests (#159)
* More tests
* clippy tests
2023-01-08 12:45:22 +01:00
Nikolay Kim
b416386bae Update versions 2022-12-28 09:36:16 +01:00
Nikolay Kim
7ce1927566 clippy 2022-10-03 10:21:08 +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
Nikolay Kim
961591d77f Remove unused code 2022-02-03 16:35:25 +06:00
Nikolay Kim
5d9a653f70
Refactor web websockets support (#97)
* Refactor ws handling
2022-01-23 19:56:56 +06:00
Nikolay Kim
b2fd0ee3ac clippy 2022-01-11 10:56:37 +06:00
Nikolay Kim
eac1f068fb Add optional simd utf8 validation 2022-01-09 19:43:49 +06:00
Nikolay Kim
15025b89c1 fmt 2021-12-24 03:54:57 +06:00
Nikolay Kim
17631cd8a1 Fix dealloc for vec representation 2021-12-06 21:09:51 +06:00
Nikolay Kim
0315d92401
Memory pools support for http (#65)
* memory pools support for http
2021-12-06 08:07:19 +06:00
Nikolay Kim
fe73511576 Fix: segments could be lost in case of immediate match 2021-08-23 20:14:41 +06:00
Nikolay Kim
e57b712f7b clippy 2021-08-14 19:52:36 +06:00
Nikolay Kim
6d67cd3458 update changes 2021-06-27 07:17:38 +06:00
Nikolay Kim
d997890c8f fix router tests 2021-06-26 08:59:59 +06:00
Nikolay Kim
0f796c7642 use ntex-bytes instead of bytes 2021-06-26 00:32:43 +06:00
Nikolay Kim
391cf24fa9 Fix search order for normal and prefix paths 2021-06-14 21:41:08 +06:00
Nikolay Kim
fffe03e76f clippy 2021-05-17 17:32:53 +06:00
Nikolay Kim
111e4ec717 replace trust-dns with blocking code 2021-04-03 14:45:27 +06:00
Nikolay Kim
aef8b800a2 use patterns for scopes prefix definitions 2021-03-16 11:40:46 +06:00
Nikolay Kim
c448c0beb0 Use IntoPattern for prefix resources 2021-03-16 10:39:12 +06:00
Nikolay Kim
8d29fac124 partial matches keep garbage in segments 2021-02-26 14:56:43 +06:00
Nikolay Kim
e04ae7cc86
Migrate to tokio 1.0 (#41)
* migrate to tokio 1.x

* update tests
2021-02-24 00:12:44 +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
Nikolay Kim
1e2bc4a9e2 clippy 2020-12-22 19:55:06 +06:00
Nikolay Kim
d1f8ac107b Router struct implements Clone trait 2020-10-28 17:16:08 +06:00
Nikolay Kim
3d6d3d9725 Fix hex conversion helper 2020-09-21 09:25:53 +06:00
Nikolay Kim
21803f9e2f Allow nested prefixed resources 2020-09-11 13:11:46 +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
0f89a586b1 fix str path deserializer 2020-05-12 14:11:00 +06:00
Nikolay Kim
75deae2fd4 more tests 2020-05-10 12:22:11 +06:00
Nikolay Kim
a7187c4d8b Handle non-prefix and prefix resources combinations 2020-05-09 21:38:52 +06:00
Nikolay Kim
557f878895 add tests for transform 2020-04-26 22:46:28 +06:00
Nikolay Kim
34d115abba tests cleanup 2020-04-26 21:04:32 +06:00
Nikolay Kim
5510de8970 fmt 2020-04-23 23:49:54 +06:00
Nikolay Kim
d90a338930 Add ResourcePath impl for &T where T: ResourcePath 2020-04-17 13:39:07 +06:00
Nikolay Kim
1dee624ccd clippy warns 2020-04-17 00:24:31 +06:00
Nikolay Kim
e0afe2bb71 more tests 2020-04-14 12:21:12 +06:00
Nikolay Kim
bf3388258c Fix / prefix match 2020-04-11 11:33:16 +06:00
Nikolay Kim
3e883ad066 clippy and fmt 2020-04-06 16:57:09 +06:00
Nikolay Kim
740cb0fd33 Fix IdxSegment item for paths with no root 2020-04-06 12:51:50 +06:00
Nikolay Kim
99b08a1c16 Add non-allocating path item 2020-04-06 11:43:28 +06:00
Nikolay Kim
f046cf1366 enable PathDeserializer tests 2020-04-06 09:15:22 +06:00
Nikolay Kim
4d6cdbf405 cleanup clippy warnings 2020-03-31 08:20:13 +06:00
Nikolay Kim
89cebe5534 refactor Service trait 2020-03-30 17:44:22 +06:00
Nikolay Kim
df4f2dabfc fix non-rooted dynamic path 2020-03-29 20:16:26 +06:00
Nikolay Kim
444e8f7d3c fix non root path 2020-03-29 20:10:32 +06:00
Nikolay Kim
f46db027b2 match non rooted paths 2020-03-29 19:44:16 +06:00