Commit History

Author SHA1 Message Date
  Ali Sabil bb469f6c3d Fix the handling of the HEAD requests 13 years ago
  Tom Burdick b75859e075 Fail early in cookie-related API functions 14 years ago
  Tom Burdick 5bd936db66 Implement cookies in cowboy_http_req 14 years ago
  Loïc Hoguin fa20273b37 URL decode query strings 13 years ago
  Loïc Hoguin d363f91410 Fail fast when a wrong type is given to API functions 14 years ago
  Loïc Hoguin 108a491f55 Add documentation for the public interface. 14 years ago
  Loïc Hoguin 6b1fb5f390 Fix the @equiv EDoc tags 14 years ago
  Loïc Hoguin 919fa638ee Add function cowboy_http_req:compact/1 to regain memory. 14 years ago
  Loïc Hoguin 3e55cb62c9 Refresh the type specifications. 14 years ago
  Loïc Hoguin 98b9b1124c Merge remote-tracking branch 'nox/path-info' 14 years ago
  Loïc Hoguin c7069e7fb9 Add the Server header in the HTTP replies. 14 years ago
  Loïc Hoguin 95006c3291 Add the required Date header in the HTTP replies. 14 years ago
  Anthony Ramine 0ca8f1364b Implement path_info feature 14 years ago
  Loïc Hoguin 420f5baf98 Add chunked reply support. 14 years ago
  Loïc Hoguin 18582a7a39 Separate building the response head from replying. 14 years ago
  Anthony Ramine 48f7cd3a35 Allow atoms for response header names 14 years ago
  Loïc Hoguin 29e71cf4da Switch the HTTP protocol to use binary packets instead of lists. 14 years ago
  Loïc Hoguin 6c1f73c53c Add cowboy_http_req:port/1. 14 years ago
  Loïc Hoguin bb800ee0d9 Use http_headers() type in cowboy_http_req:headers/1. 14 years ago
  Loïc Hoguin e8286e18e6 Remove the include/types.hrl file. 14 years ago
  Loïc Hoguin 63a92df14e Replace port_number() by ip_port() from kernel/include/inet.hrl. 14 years ago
  Loïc Hoguin 731d839323 Replace posix() by atom(), for now. 14 years ago
  Loïc Hoguin 2beb5c8206 Move the dispatcher related types into cowboy_dispatcher. 14 years ago
  Loïc Hoguin 9ad32386c0 Use the inet:ip_address() type instead of the user-defined one. 14 years ago
  Loïc Hoguin 7f35f693fc Fix specs for cowboy_http_req:reply/4. 14 years ago
  Loïc Hoguin c32db277c8 Fix a bug where dupe headers were sent in cowboy_http_req:reply/4. 14 years ago
  Anthony Ramine 101034842e Make the default value the last parameter of HTTP req accessors 14 years ago
  Anthony Ramine 96a770620e Make HTTP req accessors call themselves with their default default value 14 years ago
  Anthony Ramine 4eeabe5612 Fix cowboy_http_req:body with regard to the new accessors default value 14 years ago
  Loïc Hoguin 150723ca21 Return undefined instead of failing or returning "" when a value doesn't exist. 14 years ago