Skip to content

Instantly share code, notes, and snippets.

@jguertl
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jguertl/7300c591a0ce9f7e2b7b to your computer and use it in GitHub Desktop.
Save jguertl/7300c591a0ce9f7e2b7b to your computer and use it in GitHub Desktop.
Suave.io Tutorial
open Suave // always open suave
open Suave.Http.Successful // for OK-result
open Suave.Web // for config
web_server default_config (OK "Getting started with Suave!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment