0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Loïc Hoguin
7855f80e4b Fix some explanations around response bodies 2013-08-27 18:32:53 +02:00
Loïc Hoguin
9a7d606709 Fix a small error in the REST part of the guide 2013-04-26 17:08:58 +02:00
Loïc Hoguin
5291c3eb0a Update the REST chapter of the guide 2013-04-26 14:12:29 +02:00
Loïc Hoguin
beaae7bf70 Document meta values set by REST
You can use these values to perform a reply using the negotiated
content-type and language for non-HEAD/GET methods.
2013-04-25 17:46:40 +02:00
Loïc Hoguin
109a1b8227 Add section about REST methods 2013-04-19 13:54:43 +02:00
Loïc Hoguin
b58a0549e1 Add default operations for OPTIONS method in REST
It defaults to setting the Allow header to "HEAD, GET, OPTIONS".
2013-04-12 19:02:00 +02:00
Loïc Hoguin
23aa1314fc First draft of the REST chapter in the guide 2013-04-11 22:25:36 +02:00
Loïc Hoguin
c1bf0a2792 Add a few directions in the REST chapter in the guide
This is obviously not proper documentation. We will properly document
it when the API stabilizes.
2013-02-11 09:26:13 +01:00
Loïc Hoguin
06e74355c0 Add a skeleton of the guide to ease user contributions
Has some stuff that aren't in master yet, and lacks a lot more
that is already in master.
2013-01-01 18:27:41 +01:00