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
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