This snippet extends several types from the System.Net namespace. It provides an easy to use API for creating asynchronous (as well as synchronous) HTTP servers using F# asynchronous workflows.
4 people like thisPosted: 11 years ago by Tomas Petricek
Needed to receive an OAuth 2 response so used simple http listener
3 people like thisPosted: 2 years ago by Ivan Rainbolt
HttpListener + FParsec + Pattern Matching = Simple REST Endpoints
3 people like thisPosted: 7 years ago by Ted Cackowski Jr