Commit History

Author SHA1 Message Date
  Loïc Hoguin 934393a168 Make the return value of AcceptResource callback consistent 12 years ago
  Vladimir Dronnikov cacf924936 Empty methods list allowed 12 years ago
  Loïc Hoguin 68a365b85a Fix a bug in REST when allowed_methods is defined when method is OPTIONS 12 years ago
  James Fish c8242ab396 Add chunked response body fun 12 years ago
  Seletskiy Stanislav 72a9ccacdd Fix indenting issues in `cowboy_rest.erl` 12 years ago
  Seletskiy Stanislav f316b47d13 Add default CTP: "text/html" maps to `to_html` 12 years ago
  Loïc Hoguin 97b8401c45 REST is no longer experimental 12 years ago
  Loïc Hoguin 711c21ac4f Fix POST behavior in REST 12 years ago
  Loïc Hoguin 8d7350fa84 Build Allow header with a binary comprehension 12 years ago
  Loïc Hoguin b58a0549e1 Add default operations for OPTIONS method in REST 12 years ago
  Vladimir Dronnikov 180143f9b2 rest: reject incorrect content-type header 12 years ago
  Loïc Hoguin ae45cecfcd Don't accept TRACE or CONNECT methods by default in REST 12 years ago
  Loïc Hoguin 5a171d0f80 Remove process_post, post_is_create, create_path, created_path callbacks 12 years ago
  Slava Yurin bb1362c744 Add '*' matcher for parameters 12 years ago
  James Fish 6d67ad809c Add sub protocol behaviour 12 years ago
  Loïc Hoguin 26935cbfb0 Make sure rest_terminate is always called 12 years ago
  Slava Yurin 7ca591a0da Fix Location header 12 years ago
  Loïc Hoguin d9b3727a62 Merge branch 'patch-1' of https://github.com/CamShaft/cowboy 12 years ago
  Tom Burdick 8a798014e9 allow POST rest handling to specify path after accepting content 12 years ago
  Tom Burdick c4d1ee5547 add patch support to cowboy_rest 12 years ago
  Slava Yurin 9aa0e1a58a Fix handler state change in cowboy_rest 12 years ago
  Loïc Hoguin 09c68ca755 Remove a few old @todo comments 12 years ago
  Loïc Hoguin faeb37ed80 Add cowboy_req:set_resp_body_fun/2 12 years ago
  Loïc Hoguin 1b3f510b7e Add middleware support 12 years ago
  Cameron Bytheway f1b4acbb44 Return 422 instead of 500 when handling body 12 years ago
  Andrew Thompson d916d739d4 Make the arguments to error_logger more consistent 12 years ago
  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