Closed cjstehno closed 7 years ago
Add some helpful docs about the supported methods and their content:
Method | Request Body | Response Body |
---|---|---|
GET | N | Y |
HEAD | N | N |
POST | Y | Y |
PUT | Y | N |
PATCH | Y | N |
DELETE | N | N |
OPTIONS | N | N |
TRACE | ? | ? |
This has been implemented in the development
branch and will be in the upcoming 1.3 release.
Need to add support for OPTIONS and TRACE request matching.