0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/src
Loïc Hoguin 6ec20b736e Limit the number of empty lines to allow before the request-line.
Defaults to 5. Prevents someone from indefinitely sending empty lines.
2011-04-09 15:28:41 +02:00
..
cowboy.app.src Make Cowboy an OTP application again, properly this time. 2011-04-03 00:21:47 +02:00
cowboy.erl Don't ignore the return values in cowboy:stop_listener/1. 2011-04-03 15:21:29 +02:00
cowboy_acceptor.erl Anonymize and improve the cowboy supervision tree. 2011-04-02 20:27:16 +02:00
cowboy_acceptors_sup.erl Ensure the listening socket gets closed with the listener supervisor. 2011-04-03 01:44:52 +02:00
cowboy_app.erl Make Cowboy an OTP application again, properly this time. 2011-04-03 00:21:47 +02:00
cowboy_dispatcher.erl Discard the port from the host before tokenizing it. 2011-04-08 12:12:46 +02:00
cowboy_http_handler.erl Add the cowboy_http_handler behaviour. 2011-03-24 13:48:52 +01:00
cowboy_http_protocol.erl Limit the number of empty lines to allow before the request-line. 2011-04-09 15:28:41 +02:00
cowboy_http_req.erl Make the default value the last parameter of HTTP req accessors 2011-03-29 14:20:51 +02:00
cowboy_listener_sup.erl Ensure the listening socket gets closed with the listener supervisor. 2011-04-03 01:44:52 +02:00
cowboy_requests_sup.erl Anonymize and improve the cowboy supervision tree. 2011-04-02 20:27:16 +02:00
cowboy_ssl_transport.erl Add initial SSL transport support. 2011-04-03 18:35:35 +02:00
cowboy_sup.erl Make Cowboy an OTP application again, properly this time. 2011-04-03 00:21:47 +02:00
cowboy_tcp_transport.erl Add cowboy_tcp_transport:name/0 to ease transport identification later on. 2011-03-22 19:40:28 +01:00