Commit History

Author SHA1 Message Date
  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 736bcd4841 Put the method in cowboy_rest's #state{} 12 years ago
  Loïc Hoguin 9ef94fb64e Introduce cowboy_req:set_meta/3 to set request metadata 12 years ago
  Loïc Hoguin f65f7d19a8 Use skip_body directly between requests 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 cd54214def Avoid a duplicate HTTP reply in cowboy_websocket:upgrade_error/1 12 years ago
  Loïc Hoguin 35ebe0b108 Put socket and transport into cowboy_websocket's #state{} 12 years ago
  Loïc Hoguin bb4bd9ac96 Add a cowboy_req:to_list/1 function 12 years ago
  Loïc Hoguin 9b5cbb5000 Remove two unneeded Req modifications 12 years ago
  Loïc Hoguin d9e76d59a1 Change type #http_req{} to cowboy_req:req() 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 0e3adf1fee Rename cowboy_http_websocket to cowboy_websocket 12 years ago
  Loïc Hoguin f39c001c03 Rename cowboy_http_static to cowboy_static 12 years ago
  Loïc Hoguin 6d84afd16d Rename cowboy_http_rest to cowboy_rest 12 years ago
  Loïc Hoguin d3dcaf109b Rename cowboy_http_req to cowboy_req 12 years ago
  Loïc Hoguin 9e2622becb Rename cowboy_http_protocol to cowboy_protocol 12 years ago
  Loïc Hoguin cc2e084d45 Update behaviours for R15B+ 12 years ago
  Loïc Hoguin 10adcdbc7d Change a websocket error from {error, protocol} to {error, badframe} 12 years ago
  Loïc Hoguin a5e75219f0 Have only one -export and -export_type per line 12 years ago
  Loïc Hoguin e4124de2c7 Switch to Ranch for connection handling 12 years ago
  Loïc Hoguin 50e5a616dc Update AUTHORS file 12 years ago
  Loïc Hoguin af07e048e3 Update version to 0.6.1 12 years ago
  Seven Du 2645044c6b Fix stream_body when used by multipart 13 years ago