5 result(s)
Simple HTTP server with Async workflow and Http Listener
12 people like thisPosted: 14 years ago by Ankur Dhama
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: 14 years ago by Tomas Petricek
Creating an asynchronous HTTP Server in F#.
6 people like thisPosted: 13 years ago by Julian Kay
Simple HTTP server, runs on .Net Core, .Net or Mono, and serves GET requests via a handler. The example given serves up static content from a specified directory.
7 people like thisPosted: 9 years ago by Phillip Trelford
Needed to receive an OAuth 2 response so used simple http listener
3 people like thisPosted: 5 years ago by Ivan Rainbolt