purescript-httpurple/docs/Examples/Headers
Connor Prussin 1ad5a08306
Add code formatting with purty (#171)
* Add code formatting with purty

* Purtify code
2021-03-22 12:02:36 -07:00
..
Main.purs Add code formatting with purty (#171) 2021-03-22 12:02:36 -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