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