index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_req.erl
Age
Commit message (
Expand
)
Author
2018-04-04
Add initial implementation of Websocket over HTTP/2
Loïc Hoguin
2018-01-23
Fix an unused variable warning
Loïc Hoguin
2018-01-22
Don't crash in delete_resp_header if no resp headers are set
Loïc Hoguin
2017-12-06
Properly handle OPTIONS * requests
Loïc Hoguin
2017-11-29
Don't include a content-length in 204 responses
Loïc Hoguin
2017-11-15
Add preliminary support for trailers in responses
Loïc Hoguin
2017-10-29
Add cowboy_req:inform/2,3
Loïc Hoguin
2017-10-25
Introduce cowboy_req:sock/1 and cowboy_req:cert/1
Loïc Hoguin
2017-10-02
Fix infinite loop on incomplete multipart body
Jeffrey Griffin
2017-09-27
Fix error response when constraint validation fails
Loïc Hoguin
2017-09-25
Move body length count to cowboy_stream_h instead of protocols
Loïc Hoguin
2017-09-14
Improve how we detect request errors
Loïc Hoguin
2017-09-05
Remove transfer-encoding parsing from cowboy_req
Loïc Hoguin
2017-09-05
Remove an unused variable
Loïc Hoguin
2017-09-04
Accept sendfile tuple with 0 length in cowboy_req
Loïc Hoguin
2017-07-15
Req Body length can be a non_neg_integer or infinity
Steven Magelowitz
2017-07-01
Aggregate validation errors and pass them in exception
Loïc Hoguin
2017-06-28
Improve the interface for constraints
Loïc Hoguin
2017-06-09
Make cowboy_req:read_part return multipart headers as map
Loïc Hoguin
2017-05-19
Preliminary h2 flow control support
Loïc Hoguin
2017-05-05
length can be a non_neg_integer or infinity
Steven Magelowitz
2017-02-19
Change the type of bindings from a list to a map
Loïc Hoguin
2017-02-19
Change the order of set_resp_cookie arguments
Loïc Hoguin
2017-02-19
Change the type of cookie name to binary()
Loïc Hoguin
2017-02-05
Remove or fix a small number of todo comments
Loïc Hoguin
2017-01-04
Make the new cowboy_req tests more realistic
2.0.0-pre.5
Loïc Hoguin
2017-01-04
Add functions for getting and setting response headers
Johan Lövdahl
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Numerous Dialyzer fixes
Loïc Hoguin
2016-08-12
Add missing specs to an internal cowboy_req function
Loïc Hoguin
2016-08-12
Merge branch 'master' of https://github.com/camshaft/cowboy
Loïc Hoguin
2016-08-10
Add specs for the cowboy_req:push/3,4 functions
Loïc Hoguin
2016-08-10
Make reply functions return Req
Loïc Hoguin
2016-08-10
Update the multipart reading interface
Loïc Hoguin
2016-08-10
Add a lot of todos
Loïc Hoguin
2016-08-10
Add tests for responses and request body reading
Loïc Hoguin
2016-06-22
Remove cowboy_req:get and set
Loïc Hoguin
2016-06-22
Remove cowboy_req:append_buffer/2
Loïc Hoguin
2016-06-22
Remove unused local function in cowboy_req
Loïc Hoguin
2016-06-22
Remove cowboy_req:set_bindings/4
Loïc Hoguin
2016-06-22
Remove cowboy_req:lock/1
Loïc Hoguin
2016-06-22
Remove cowboy_req:to_list/1
Loïc Hoguin
2016-06-21
Remove the meta functions from cowboy_req
Loïc Hoguin
2016-06-21
Add cowboy_req:uri/1,2
Loïc Hoguin
2016-06-21
Remove cowboy_req:new/14
Loïc Hoguin
2016-06-20
Add cowboy_req:scheme/1
Loïc Hoguin
2016-06-20
Fix cowboy_req:peer/1
Loïc Hoguin
2016-03-13
Fix more HTTP/2 handshake test cases
Loïc Hoguin
2016-03-10
Add the beginning of the rfc7540 test suite
Loïc Hoguin
2016-03-06
Fix warnings
Loïc Hoguin
[next]