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