purescript-httpurple/docs/Examples/Headers
2017-07-19 11:59:55 -07:00
..
Main.purs Support all HTTP status codes (#49) 2017-07-19 11:59:55 -07:00
Readme.md Rename top level directories to be purescript standard 2017-07-17 23:29:51 -07:00

Headers Example

This is a basic example of working with headers. It will respond to an HTTP GET on any url and will read the header 'X-Input' and return the contents in the response body. It will also return the 'X-Example' response header with the value 'hello world!'.

To run the example server, run:

make example EXAMPLE=Headers