Commit History

Author SHA1 Message Date
  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
  Loïc Hoguin 71e940a6eb Fix query string related type specs in cowboy_http_req. 14 years ago
  Loïc Hoguin 3865415a60 Boring 80-col change. 14 years ago
  Loïc Hoguin 06274cd8ab Introduce cowboy_http_req:body_qs/1 for automated urlencoded body parsing. 14 years ago
  Loïc Hoguin 775a03e6eb Fix spec for cowboy_http_req:parse_qs/1. 14 years ago
  Loïc Hoguin c645b682e7 Fix spec for cowboy_http_req:body/1 and body/2. 14 years ago
  Loïc Hoguin 545116edfa Fix spec for cowboy_http_req:reply/4. 14 years ago
  Loïc Hoguin fdd9d4c0ef Fix spec for cowboy_http_req:qs_vals/1. 14 years ago
  Loïc Hoguin 7cacb88fec Introduce cowboy_http_req:body/1 to read the full request body. 14 years ago
  Loïc Hoguin 8b02992e6a Skip the request body if it hasn't been read by the handler. 14 years ago