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
/
README.md
Age
Commit message (
Expand
)
Author
2011-05-16
README: Grammar fixes.
Loïc Hoguin
2011-05-16
Document the path info feature
Anthony Ramine
2011-05-07
Removed a few lines from the README for pedantic correctness.
Loïc Hoguin
2011-05-07
Improve README
Anthony Ramine
2011-05-07
Greatly improve the README.
Loïc Hoguin
2011-04-30
Merge pull request #5 from yrashk/patch-1.
Loïc Hoguin
2011-04-30
README: added a mentioning of agner dependencies mechanism
Yurii Rashkovskii
2011-04-30
Use syntax highlighted code block in README.md
Anthony Ramine
2011-04-03
Fix a grammar error reported by DeadZen on IRC.
Loïc Hoguin
2011-04-03
Make Cowboy an OTP application again, properly this time.
Loïc Hoguin
2011-04-02
Anonymize and improve the cowboy supervision tree.
Loïc Hoguin
2011-03-22
Forward transport and protocol name to Handler:init.
Loïc Hoguin
2011-03-20
Rename the title for Getting Started in the README.
Loïc Hoguin
2011-03-19
Rewrite the dispatcher to take a list of host each having a list of paths.
Loïc Hoguin
2011-03-18
Move the reply function to cowboy_http_req.
Loïc Hoguin
2011-03-18
Introduce Handler:terminate to cleanup the handler's state.
Loïc Hoguin
2011-03-18
Handler:init/2 should also return the Request in case it changed.
Loïc Hoguin
2011-03-18
Introduce Handler:init/2 for initializing the handler state.
Loïc Hoguin
2011-03-17
Initial commit.
Loïc Hoguin