Created
November 15, 2011 23:20
-
-
Save 7sharp9/1368709 to your computer and use it in GitHub Desktop.
simple hhtp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let server = new HttpServer(OnHeaders = respondHelloWorld ) ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Beautiful! The only thing better would be to wrap that in an
async
so that it's not so callback-y.