Commit History

Author SHA1 Message Date
  Loïc Hoguin 08a4975c34 Fix charset not working properly for REST 12 years ago
  Loïc Hoguin 8bc6bde62f Remove the dependency on httpd_util 12 years ago
  Loïc Hoguin 5c315ab142 Return a 400 error if the Accept header was incorrect 12 years ago
  Loïc Hoguin 5f6b6b6f6d Add a better error message when user callbacks are not exported 12 years ago
  Loïc Hoguin 45dd67741f Clarify error reports indicating they come from Cowboy 12 years ago
  Loïc Hoguin 8cd9183272 Merge branch 'master' of git://github.com/chancila/cowboy 12 years ago
  Cristian Hancila 4ddacaf6f6 charsets_provided in rest module to return [binary()] 12 years ago
  Loïc Hoguin f63d3f08cf Cosmetic changes to various documentation files 12 years ago
  Loïc Hoguin 5e6aab756a Fix a small typo in the rest_init error message 12 years ago
  Loïc Hoguin 74ba41e239 Merge pull request #297 from puzza007/master 12 years ago
  Loïc Hoguin 3e891b7120 REST: Fix the status code sent if the content type isn't known 12 years ago
  Julian Squires dd6876f95c Convert headers to lowercase 12 years ago
  Paul Oliver 8706dd8834 musnt is not the correct contraction of mustn't - use must_not instead 12 years ago
  Josh Allmann 65c5d576c8 Clarify docs for known_methods and allowed_methods. 12 years ago
  Loïc Hoguin 642a8f73c9 Fix Vary header, was wrongly named Variances previously 12 years ago
  Loïc Hoguin c326a195e0 Add cowboy_req:get/2 and :set/2 private functions 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 82d7e89ea2 Remove http.hrl dependency in cowboy_rest 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 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 bb4bd9ac96 Add a cowboy_req:to_list/1 function 12 years ago
  Loïc Hoguin d9e76d59a1 Change type #http_req{} to cowboy_req:req() 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 6d84afd16d Rename cowboy_http_rest to cowboy_rest 12 years ago