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.erl
Age
Commit message (
Expand
)
Author
2017-11-19
Remove another test from the old http suite
Loïc Hoguin
2017-11-19
Move tests from old http suite to rfc7230 suite
Loïc Hoguin
2017-11-18
Remove duplicate /echo/body_qs tests from the old suite
Loïc Hoguin
2017-11-17
Remove duplicate static handler tests from the old suite
Loïc Hoguin
2017-07-14
Fix the remaining http_SUITE test cases
Loïc Hoguin
2017-07-13
Fix more 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-07-12
Remove the onresponse tests from http_SUITE
Loïc Hoguin
2017-06-28
Remove outdated multipart tests
Loïc Hoguin
2017-06-07
Remove NumAcceptors argument from start_clear/tls
Loïc Hoguin
2017-01-03
Rewrite the tests for header name/value limits
Loïc Hoguin
2017-01-03
Return status 431 if the request header field is too large
José Valim
2017-01-02
Welcome to 2017
Loïc Hoguin
2016-10-18
Fix if_modified_since match of last_modified
Christopher Adams
2016-08-11
Use integer_to_binary when possible
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-08-07
Use 'Connection' header only when necessary
Alexey Lebedeff
2015-05-05
Add rfc7230 test suite and update others to recent Gun
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-10-03
Fix two edge cases when the request-line provided is invalid
Loïc Hoguin
2014-09-30
Improve handler interface and documentation
Loïc Hoguin
2014-09-24
Remove the onrequest hook
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-07-14
Support ad-hoc keep-alive for HTTP/1.0 Clients
Fred Hebert
2014-07-12
Reply with 400 on header parsing crash
Loïc Hoguin
2014-06-30
Return 422 instead of 400 when AcceptResource returns false
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
Add a test for multipart over chunked transfer-encoding
Loïc Hoguin
2014-04-26
Make loop handlers work with SPDY
Loïc Hoguin
2014-04-24
Fix two issues where listeners didn't get stopped properly
Loïc Hoguin
2014-04-22
Move listener initialization to cowboy_test
Loïc Hoguin
2014-04-22
Start applications directly from the ct hook
Loïc Hoguin
2014-04-20
Enable Autobahn Test Suite by default
Loïc Hoguin
2014-04-17
Cleanup the configuration handling in http_SUITE
Loïc Hoguin
2014-04-11
Fix application start order in tests, gun depends on cowlib
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-12-28
Fix a small typo in a test
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-11-02
Review, improve and document the static files handler
Loïc Hoguin
2013-09-04
Make cowlib a proper dependency
Loïc Hoguin
2013-09-03
add some tests for Host header parser
YAMAMOTO Takashi
2013-07-12
Merge branch 'fix-chunked-req' of git://github.com/fishcakez/cowboy
Loïc Hoguin
2013-07-05
Fix decoding of chunked body.
James Fish
2013-06-29
Merge branch 'fix/http-tests-get-mtu' of git://github.com/soundrop/cowboy
Loïc Hoguin
2013-06-20
Add asn1 to the list of applications to be started for SSL
Loïc Hoguin
[next]