issues
search
http-rs
/
route-recognizer
Recognizes URL patterns with support for dynamic and wildcard segments
MIT License
100
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Handle parsing URLs with colon in path
#58
geekbeast
opened
3 months ago
0
How to check if a route already exists?
#57
Neo-Ciber94
opened
1 year ago
1
add no_std support
#56
stevefan1999-personal
opened
2 years ago
1
Cannot capture full urls as params
#55
gabrielfalcao
opened
2 years ago
0
Port for SGX
#54
allanbenelli
opened
3 years ago
0
Fix broken CI builds
#53
Turbo87
closed
3 years ago
1
Fix char boundary bug
#52
Turbo87
closed
3 years ago
1
panic: byte index 12 is not a char boundary
#51
Turbo87
closed
3 years ago
0
feat: add at_or_default to modify exist route
#50
zzzdong
opened
3 years ago
0
feat: add at_or_default to modify exist route
#49
zzzdong
closed
3 years ago
0
Add `add_or_update_with`
#48
zzzdong
closed
3 years ago
0
Parse query parameters in addition to parameters passed in URL
#47
ranile
opened
3 years ago
0
run ci on main
#46
jbr
closed
3 years ago
1
`*` should match empty paths
#45
yoshuawuyts
opened
3 years ago
8
Percent-encoded paths are not handled correctly
#44
malaire
closed
3 years ago
11
Add README, lints, docs
#43
yoshuawuyts
closed
4 years ago
1
Add support for routing on subdomains
#42
AlecDivito
closed
4 years ago
0
add support for dot separators
#41
jbr
closed
4 years ago
0
release from current master?
#40
jbr
closed
4 years ago
3
Check the parameter names to ensure there are no duplicates after parsing a route
#39
gameldar
opened
5 years ago
2
Cleanup
#38
Nemo157
closed
5 years ago
0
Update repository url and add meta-author
#37
Nemo157
closed
5 years ago
0
Add tests for reversed matching priority
#36
Nemo157
closed
5 years ago
0
Extract the query string first before parsing the parameters
#35
gameldar
closed
5 years ago
2
Duplicate named parameters in route
#34
gameldar
opened
5 years ago
0
Update travis config
#33
Nemo157
closed
5 years ago
0
Add readme and licenses
#32
Nemo157
closed
2 months ago
0
Only add the parameters to the parameters map if they have a name
#31
gameldar
closed
5 years ago
0
Query string ends up in the last matching parameter's value
#30
gameldar
opened
5 years ago
0
Unamed parameters end up in the parameter map
#29
gameldar
closed
5 years ago
0
Tracking issue for v0.2
#28
Nemo157
opened
5 years ago
1
Clippy and format fixes
#27
k-nasa
closed
5 years ago
8
Enable feature to fix unstabilized `#[bench]`
#26
vorot93
closed
5 years ago
8
fix nightly build
#25
miller-time
closed
5 years ago
1
Is the crate alive?
#24
GildedHonour
closed
5 years ago
2
Clippy complains about &Box<Handler>
#23
NickeZ
closed
5 years ago
1
Expose an iterator over path parameters
#22
sfackler
closed
7 years ago
1
Reverse specificity
#21
jadencarver
closed
5 years ago
1
Route (metadata) ordering is incorrect.
#20
Parakleta
closed
5 years ago
2
Relicense under dual MIT/Apache-2.0
#19
emberian
opened
8 years ago
10
Added Params::keys method
#18
SlNPacifist
closed
7 years ago
0
[WIP] Trailing slashes and wildcard captures
#17
untitaker
closed
9 years ago
1
Allow `.` to separate dynamic segments
#16
seanmonstar
closed
4 years ago
2
[Idea] Add a method to check if the routes overlap
#15
aochagavia
closed
8 years ago
2
Update to rust master
#14
darayus
closed
9 years ago
1
Update to latest master.
#13
Nercury
closed
9 years ago
1
Fixed shadowed lifetime. Fixed unused mut.
#12
aleksandrpak
closed
9 years ago
1
New build needed
#11
emk
closed
5 years ago
1
Fix enum namespace-edness
#10
andor44
closed
10 years ago
1
add utf8 test
#9
whodidthis
closed
7 years ago
0
Next