Skip to content

Instantly share code, notes, and snippets.

@eatonphil
Created March 21, 2015 14:00
Show Gist options
  • Save eatonphil/a67cd0a0589ae143b90b to your computer and use it in GitHub Desktop.
Save eatonphil/a67cd0a0589ae143b90b to your computer and use it in GitHub Desktop.
open OWebl
open Response
open Rule
open Server
let handler =
Handler.create
(StaticRouteRule.create "/" [Verb.GET])
(SimpleResponse.create "Hello World!")
let server = SimpleServer.serve [handler]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment