purescript-httpurple/Documentation/Examples/HelloWorld
Connor Prussin 44df22e331 #22 add support for writing headers and status (#32)
* Add support for writing status code

* Add support for writing headers

* Code cleanup
2017-07-17 16:42:13 -07:00
..
Main.purs #22 add support for writing headers and status (#32) 2017-07-17 16:42:13 -07:00
Readme.md Refactor to take advantage of pattern matching as routing mechanism (#24) 2017-07-13 23:28:57 -07:00

Hello World Example

This is a basic 'hello world' example. It simply returns 'hello world!' when making any request.

To run the example server, run:

make example EXAMPLE=HelloWorld