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
/
test
/
http_SUITE_data
Age
Commit message (
Expand
)
Author
2017-11-18
Remove duplicate /echo/body_qs tests from the old suite
Loïc Hoguin
2017-07-14
Fix the remaining http_SUITE test cases
Loïc Hoguin
2017-07-12
Fix a few of the older tests
Loïc Hoguin
2017-07-12
Remove tests for set_resp_body with a stream fun
Loïc Hoguin
2017-07-12
Remove any mention of the waiting_stream hack
Loïc Hoguin
2017-06-28
Remove outdated multipart tests
Loïc Hoguin
2017-02-19
Change the order of set_resp_cookie arguments
Loïc Hoguin
2017-02-18
Allow passing options to sub protocols
Loïc Hoguin
2016-08-10
Use binary_to_integer instead of to list and back
Loïc Hoguin
2016-08-10
Update the multipart reading interface
Loïc Hoguin
2016-08-10
Add tests for responses and request body reading
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-05-05
Add rfc7230 test suite and update others to recent Gun
Loïc Hoguin
2015-02-16
Do not send empty chunks
Loïc Hoguin
2015-02-04
Use cowlib for parsing headers; remove cowboy_http
Loïc Hoguin
2014-11-07
Rename 'halt' to 'stop' for better consistency
Loïc Hoguin
2014-11-07
Rename 'shutdown' close reason and tuples to 'stop'
Loïc Hoguin
2014-10-04
Reverse the order of arguments of match_* functions
Loïc Hoguin
2014-09-30
Improve handler interface and documentation
Loïc Hoguin
2014-09-26
Unify the init and terminate callbacks
Loïc Hoguin
2014-09-24
Small tweak from erlang:error/1 to error/1
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-07-12
Remove deprecated body reading interface
Loïc Hoguin
2014-06-10
Allow users to pass a raw binary() as the expires header.
Drew Varner
2014-06-02
Add request body reading options
Loïc Hoguin
2014-04-26
Make loop handlers work with SPDY
Loïc Hoguin
2014-04-21
Silence expected test error reports from the console output
Loïc Hoguin
2014-03-24
Remove cowboy_client; use gun for the HTTP test suite
Loïc Hoguin
2014-02-06
Add and document the new multipart code
Loïc Hoguin
2013-11-18
Fix loop handler keepalive race condition
James Fish
2013-11-08
Add a workaround to disable chunked transfer-encoding
Adrian Roe
2013-09-09
Fix value for header content-encoding in a test
Loïc Hoguin
2013-09-03
add some tests for Host header parser
YAMAMOTO Takashi
2013-05-31
In content-types, the charset parameter is converted to lowercase
Loïc Hoguin
2013-05-16
Make the return value of AcceptResource callback consistent
Loïc Hoguin
2013-05-01
Update Ranch to 0.8.2 and use ct_helper for testing SSL
Loïc Hoguin
2013-04-28
Merge branch 'chunked-set-resp-body-fun' of git://github.com/fishcakez/cowboy
Loïc Hoguin
2013-04-26
Add chunked response body fun
James Fish
2013-04-26
Move a test resource where it belongs
Loïc Hoguin
2013-04-24
Reorganize the http test suite
Loïc Hoguin
2013-04-22
Move SSL test certificates in a subdirectory
Loïc Hoguin
2011-04-08
Initial work on a ct test suite for the HTTP protocol.
Loïc Hoguin