Commit History

Author SHA1 Message Date
  Loïc Hoguin 233cf43ab9 Make streamed chunk size configurable 12 years ago
  Adam Cammack b903aca33d Make cowboy_http.erl compile with +native 12 years ago
  Loïc Hoguin 1c5ce11d13 Strip whitespaces when authorization type is unknown 12 years ago
  Loïc Hoguin f710ac86f8 Merge branch 'feature_basic_auth' of https://github.com/ivlis/cowboy 12 years ago
  Ivan Lisenkov 54c6d3fa3a Implement authorization header parsing 12 years ago
  Loïc Hoguin 85d05fff34 Fix chunked streaming of request body and improve speed 12 years ago
  Loïc Hoguin 54063de2ff Hello 2013 12 years ago
  Loïc Hoguin 659ca05c54 We accept iodata() when setting cookies; fix that 12 years ago
  Loïc Hoguin 8858ca240f Fix parsing of the Cookie header 12 years ago
  Loïc Hoguin f077c711a8 Fix cowboy_http:cookie_to_iodata/3 12 years ago
  Loïc Hoguin 6074ce4a39 Add missing quotes to quoting for cookie values 12 years ago
  Loïc Hoguin 27da09282d Make cookies use universal time instead of local time 12 years ago
  Loïc Hoguin ce9aff19f0 Remove the urldecode cowboy_protocol option 12 years ago
  Loïc Hoguin cd7f37d346 Optimize Connection header parsing 12 years ago
  Loïc Hoguin b2243aa544 Optimize cowboy_protocol 12 years ago
  Loïc Hoguin 332c274d87 Use binary:match/2 instead of binary:split/2 in cowboy_http 12 years ago
  Loïc Hoguin 34021666cb Don't use decode_packet/3 for parsing the headers 12 years ago
  Loïc Hoguin 8497c8bbcd Don't use decode_packet/3 for parsing the request-line 12 years ago
  Loïc Hoguin 9090cd9765 Replace many proplists:get_value/{2,3} calls by BIFs 13 years ago
  Loïc Hoguin 13b743ba26 Include the eunit file only if TEST is defined 13 years ago
  Loïc Hoguin a5e75219f0 Have only one -export and -export_type per line 13 years ago
  Loïc Hoguin 0c2e2224e3 Update version to 0.6.0 13 years ago
  Loïc Hoguin 040c6dc31a Merge branch 'fix/relax-conneg-parsing' of https://github.com/tillitech/cowboy 13 years ago
  Loïc Hoguin ee8c50c5ab Fix and rework the HTTP test suite 13 years ago
  Ali Sabil 4b43d06384 Make charsets parsing more relaxed 13 years ago
  Loïc Hoguin 95e05d822f Add chunked transfer encoding support and rework the body reading API 13 years ago
  Ali Sabil 32a46f898a Make media type parsing more relaxed 13 years ago
  Loïc Hoguin d9212c21dd Remove the redundant include/ from -include("http.hrl") 13 years ago
  Loïc Hoguin a7264a1af3 Add cowboy_http:x_www_form_urlencoded/2 13 years ago
  Loïc Hoguin f51493ee37 Add 'Expect' header parsing 13 years ago