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_static.erl
Age
Commit message (
Expand
)
Author
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2014-10-03
Replace some /binary to /bits in binary pattern matching
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-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-07-12
Drop R15 support
Loïc Hoguin
2014-03-27
Add +warn_missing_spec and fix specs
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2013-11-02
Review, improve and document the static files handler
Loïc Hoguin
2013-06-07
Use read_file_info/2 with {time, universal} option
Sergey Rublev
2013-04-26
Removed asserts from unit tests
Egobrain
2013-04-20
REST is no longer experimental
Loïc Hoguin
2013-04-12
missing comma in documentation of static examples
Andrzej Sliwa
2013-04-08
Do not crash if connection times out while sending a file using sendfile
Ali Sabil
2013-03-01
Make path check cross-platform and generally safer
Loïc Hoguin
2013-02-27
Optimize cowboy_static:rest_init/2
Loïc Hoguin
2013-02-27
Remove extraneous newlines in cowboy_static
Loïc Hoguin
2013-02-11
Fix examples in cowboy_static edoc and guide
Adam Cammack
2013-01-22
Do not crash if connection is closed while sending static file
Loïc Hoguin
2013-01-22
Make cowboy_static use universal time
0x00F6
2013-01-05
Change the response body streaming fun interface
Loïc Hoguin
2012-12-01
Use Transport:sendfile/2 from Ranch
Loïc Hoguin
2012-11-29
static: Allow passing the mimetype fun as a {M, F} tuple
Loïc Hoguin
2012-11-27
Fix dispatch documentation with regards to the <<"*">> path
Loïc Hoguin
2012-10-25
Mimetype lookup expects lowercase extensions
Loïc Hoguin
2012-10-19
Fix examples in cowboy_static edoc
Loïc Hoguin
2012-09-21
Don't use decode_packet/3 for parsing the request-line
Loïc Hoguin
2012-09-15
Change type #http_req{} to cowboy_req:req()
Loïc Hoguin
2012-08-27
Rename cowboy_http_static to cowboy_static
Loïc Hoguin