purescript-httpurple/docs/Examples/Headers
2017-10-23 18:50:27 -04:00
..
Main.purs Add helpers in Lookup and return a Maybe from lookup. (#84) 2017-10-23 18:50:27 -04: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