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_dispatcher.erl
Age
Commit message (
Expand
)
Author
2012-12-10
Fix broken 'make docs'
derdesign
2012-11-27
Merge branch '400_Bad_Request' of git://github.com/blinkov/cowboy
Loïc Hoguin
2012-11-27
Fix dispatch documentation with regards to the <<"*">> path
Loïc Hoguin
2012-10-27
Return "400 Bad Request" instead of crashing process on incorrect queries lik...
Ivan Blinkov
2012-09-29
Remove the urldecode cowboy_protocol option
Loïc Hoguin
2012-09-26
Optimize cowboy_protocol
Loïc Hoguin
2012-09-24
Removal of binary:split from cowboy_dispatcher and small optimizations
Loïc Hoguin
2012-09-24
Use binary:match/2 instead of binary:split/2 in cowboy_dispatcher
Loïc Hoguin
2012-09-17
Include the eunit file only if TEST is defined
Loïc Hoguin
2012-08-27
Have only one -export and -export_type per line
Loïc Hoguin
2012-05-23
Update version to 0.6.0
0.6.0
Loïc Hoguin
2012-05-05
Add a test for empty path segments
Loïc Hoguin
2012-03-12
Rename inet:ip_port() to inet:port_number()
Loïc Hoguin
2011-12-07
replace quoted:from_url with cowboy_http:urldecode
Magnus Klaar
2011-10-01
Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
Loïc Hoguin
2011-10-01
Merge branch 'path-split-doc' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-09-29
add note to split_path/1 and path/1 on escaped /
Magnus Klaar
2011-07-20
URL decode paths
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-09
Implement path_info feature
Anthony Ramine
2011-05-09
Remove a superfluous function clause in try_match
Anthony Ramine
2011-05-05
Switch the HTTP protocol to use binary packets instead of lists.
Loïc Hoguin
2011-05-04
Add cowboy_http_req:port/1.
Loïc Hoguin
2011-04-18
Remove the include/types.hrl file.
Loïc Hoguin
2011-04-18
Move the dispatcher related types into cowboy_dispatcher.
Loïc Hoguin
2011-04-18
Rename match() into match_rule().
Loïc Hoguin
2011-04-18
Rename dispatch() into dispatch_rules().
Loïc Hoguin
2011-04-14
Add a test case for cowboy_dispatcher:match/3.
Loïc Hoguin
2011-04-08
Discard the port from the host before tokenizing it.
Loïc Hoguin
2011-03-21
Fix tests for cowboy_dispatcher:split_path/1.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_dispatcher:split_path/1.
Loïc Hoguin
2011-03-20
Remove a dead code clause for split_path.
Loïc Hoguin
2011-03-20
Save the raw path string in the request.
Loïc Hoguin
2011-03-19
Add support for the '*' path.
Loïc Hoguin
2011-03-19
Rewrite the dispatcher to take a list of host each having a list of paths.
Loïc Hoguin
2011-03-17
Initial commit.
Loïc Hoguin