Nikolay Kim
|
15025b89c1
|
fmt
|
2021-12-24 03:54:57 +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
|
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
|
8d29fac124
|
partial matches keep garbage in segments
|
2021-02-26 14:56:43 +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
|
21803f9e2f
|
Allow nested prefixed resources
|
2020-09-11 13:11:46 +06:00 |
|
Nikolay Kim
|
a7187c4d8b
|
Handle non-prefix and prefix resources combinations
|
2020-05-09 21:38:52 +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
|
4d6cdbf405
|
cleanup clippy warnings
|
2020-03-31 08:20:13 +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 |
|
Nikolay Kim
|
48b4c64cbb
|
add case insensitive routing to web
|
2020-03-22 20:29:57 +06:00 |
|
Nikolay Kim
|
06db684f9e
|
migrate to ntex-router
|
2020-03-22 18:36:27 +06:00 |
|
Nikolay Kim
|
e862efc4e6
|
add ntex-rouoter crate
|
2020-03-22 12:36:52 +06:00 |
|