Let's Build a Web Server in Rust - 20 May 2016 Where do we begin? Well I know that a web server basically sets up a connection to a network port and then recieves requests via text and then responds via text using the HTTP protocol. Lets define what a basic request and response looks like so that we can shoot for that when building our server. Here is a basic HTTP request and response. Request: So
{{#tags}}- {{label}}
{{/tags}}