Commit History

Author SHA1 Message Date
  Loïc Hoguin c2be7c1920 Add types for onrequest and onresponse funs 12 years ago
  Loïc Hoguin 18be3a8021 Rename cowboy_req:raw_qs/1 to cowboy_req:qs/1 12 years ago
  Loïc Hoguin 13b743ba26 Include the eunit file only if TEST is defined 12 years ago
  Loïc Hoguin 183bf7f143 Make cowboy_req:req() opaque 12 years ago
  Loïc Hoguin 58edd4c35a Add the private get_connection/1 function used by cowboy_protocol 12 years ago
  Loïc Hoguin cf0e905c52 Add the private get_buffer/1 function used by cowboy_protocol 12 years ago
  Loïc Hoguin e55ec7d43d Add the private get_resp_state/1 function used by cowboy_protocol 12 years ago
  Loïc Hoguin c1dd5b5176 Add the private set_bindings/4 function used by cowboy_protocol 12 years ago
  Loïc Hoguin 5b56dd780b Add the private set_buffer/2 function used by cowboy_protocol 12 years ago
  Loïc Hoguin fc02b7f767 Add the private add_header/3 function used by cowboy_protocol 12 years ago
  Loïc Hoguin 905083a7fd Add the private set_connection/2 function used by cowboy_protocol 12 years ago
  Loïc Hoguin 350d4ae3f2 Add the private function set_host/4 used by cowboy_protocol 12 years ago
  Loïc Hoguin 6dbc1f9ef9 Add a private cowboy_req function to create a Req object 12 years ago
  Loïc Hoguin f205d44518 Add a function to lock request responses instead of inlining 12 years ago
  Loïc Hoguin 8d5f8db90a Improve consistency of return types for cowboy_req API 12 years ago
  Loïc Hoguin e13ab806ea Add cowboy_req:delete_resp_header/2 12 years ago
  Loïc Hoguin 527477bd4a Introduce cowboy_req:host_url/1 to remove more duplicate code 12 years ago
  Loïc Hoguin 9ef94fb64e Introduce cowboy_req:set_meta/3 to set request metadata 12 years ago
  Loïc Hoguin 0aaa717575 Remove duplicate code for ensure_response 12 years ago
  Loïc Hoguin 27d591180c Add cowboy_req:url/1 to return the full request URL 12 years ago
  Loïc Hoguin bb4bd9ac96 Add a cowboy_req:to_list/1 function 12 years ago
  Loïc Hoguin 4040a9f72d Separate multipart from body_state 12 years ago
  Loïc Hoguin 79839b7bb5 Replace cowboy_req:path/1 with cowboy_req:raw_path/1 12 years ago
  Loïc Hoguin 6fa734b487 Replace cowboy_req:host/1 with cowboy_req:raw_host/1 12 years ago
  Loïc Hoguin e17e18668d Introduce a cowboy_req:req/0 type 12 years ago
  Loïc Hoguin d3dcaf109b Rename cowboy_http_req to cowboy_req 12 years ago