Age | Commit message (Collapse) | Author |
|
|
|
Start moving a few functions from Cowboy into cowlib.
|
|
|
|
Bring the rest_pastebin example in line with REST API changes for
creating resources.
|
|
Instead it will always go through content_types_accepted and it is
up to the resource code to do any creation and to return the created
path if the method is POST and the client should be redirected to the
created resource's location.
This removes the meta value 'put_path' as it is not needed anymore.
This fixes an issue with PATCH where content types were not normalized.
|
|
Reject more malicious paths.
|
|
A pastebin type application that can optionally highlight the output as
both text and HTML.
|