index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_router.erl
Age
Commit message (
Expand
)
Author
2019-09-28
Add persistent_term support to the router
Loïc Hoguin
2018-11-14
Document some undefined behavior in cowboy_router
Loïc Hoguin
2018-05-17
Move a router test from old_http_SUITE to cowboy_router
Loïc Hoguin
2018-01-16
Allow colon within path segments
Paul Fisher
2017-12-06
Properly handle OPTIONS * requests
Loïc Hoguin
2017-10-03
Make sure a path parsing error in the router gives a 400
Loïc Hoguin
2017-06-28
Fix wrong percent encoding in a router test
Loïc Hoguin
2017-06-28
Remove the cyrillic latin1 test
Loïc Hoguin
2017-06-28
Fix unit tests in cowboy_router following interface changes
Loïc Hoguin
2017-06-28
Improve the interface for constraints
Loïc Hoguin
2017-02-19
Change the type of bindings from a list to a map
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2016-06-06
Router: properly handle path segments
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-02-01
Add a test with host ending in a dot in the router
Loïc Hoguin
2014-11-07
Rename 'halt' to 'stop' for better consistency
Loïc Hoguin
2014-10-03
Replace some /binary to /bits in binary pattern matching
Loïc Hoguin
2014-09-24
Small tweak from erlang:error/1 to error/1
Loïc Hoguin
2014-09-24
Remove the error tuple return value for middlewares
Loïc Hoguin
2014-09-23
Make routing constraints use the fields format
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-03-25
Make the latin1 cyrillic route tests work on R17+
Loïc Hoguin
2014-03-10
Remove cowboy_http:urldecode/1 and urlencode/1
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2013-11-08
Clarify error msg for route lacking starting slash
Danielle Sucher
2013-04-26
Removed asserts from unit tests
Egobrain
2013-03-24
add iolist support to route_match
Tristan Sloughter
2013-03-02
Fix cowboy_router types
Loïc Hoguin
2013-02-27
Fix an incorrect comment in cowboy_router
Loïc Hoguin
2013-01-25
Do not transform URIs to Unicode
Vladimir Dronnikov
2013-01-29
If a binding is reused, we check that values are identical
Loïc Hoguin
2013-01-28
Add the 'function' constraint
Loïc Hoguin
2013-01-28
Add the 'int' constraint
Loïc Hoguin
2013-01-28
New routing
Loïc Hoguin
2013-01-22
Remove cowboy_dispatcher
Loïc Hoguin
2013-01-03
Add middleware support
Loïc Hoguin