Age | Commit message (Expand) | Author |
---|---|---|
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 |