1. Building a HTTP Server From Scratch: Serving HTML Files

    Building a HTTP Server From Scratch: Serving HTML Files

    17
  2. Building a HTTP Server From Scratch: Working with Environment Variables

    Building a HTTP Server From Scratch: Working with Environment Variables

    16
  3. Building a HTTP Server From Scratch: Representing the Query String Using a Hash Map - Part 2

    Building a HTTP Server From Scratch: Representing the Query String Using a Hash Map - Part 2

    16
  4. Building a HTTP Server From Scratch: The Option Enum

    Building a HTTP Server From Scratch: The Option Enum

    18
  5. Building a HTTP Server From Scratch: Strings

    Building a HTTP Server From Scratch: Strings

    25
  6. Building a HTTP Server From Scratch: Organising Our Code into Modules

    Building a HTTP Server From Scratch: Organising Our Code into Modules

    27
  7. Building a HTTP Server From Scratch: Next Steps

    Building a HTTP Server From Scratch: Next Steps

    32
  8. Building a HTTP Server From Scratch: The HTTP Protocol and the Architecture of Our Server

    Building a HTTP Server From Scratch: The HTTP Protocol and the Architecture of Our Server

    19
  9. Building a HTTP Server From Scratch: Introduction

    Building a HTTP Server From Scratch: Introduction

    24
  10. Building a HTTP Server From Scratch: Copy and Clone Types

    Building a HTTP Server From Scratch: Copy and Clone Types

    26
  11. Building a HTTP Server From Scratch: The If Let Expression

    Building a HTTP Server From Scratch: The If Let Expression

    17
  12. Building a HTTP Server From Scratch: The Match Expression

    Building a HTTP Server From Scratch: The Match Expression

    18
  13. Building a HTTP Server From Scratch: Listening for TCP Connections

    Building a HTTP Server From Scratch: Listening for TCP Connections

    14
  14. Building a HTTP Server From Scratch: Routing Incoming Requests

    Building a HTTP Server From Scratch: Routing Incoming Requests

    13
  15. Building a HTTP Server From Scratch: Implementing Getters

    Building a HTTP Server From Scratch: Implementing Getters

    13
  16. Building a HTTP Server From Scratch: Custom Traits

    Building a HTTP Server From Scratch: Custom Traits

    12
  17. Building a HTTP Server From Scratch: Dynamic vs Static Dispatch

    Building a HTTP Server From Scratch: Dynamic vs Static Dispatch

    15
  18. Building a HTTP Server From Scratch: Writing Data to a TCP Stream

    Building a HTTP Server From Scratch: Writing Data to a TCP Stream

    15
  19. Building a HTTP Server From Scratch: Modelling the HTTP Response

    Building a HTTP Server From Scratch: Modelling the HTTP Response

    10
  20. Building a HTTP Server From Scratch: The Derive Attribute

    Building a HTTP Server From Scratch: The Derive Attribute

    14
  21. Building a HTTP Server From Scratch: Parsing Values From Strings

    Building a HTTP Server From Scratch: Parsing Values From Strings

    11
  22. Building a HTTP Server From Scratch: Serving Arbitrary Files Securely

    Building a HTTP Server From Scratch: Serving Arbitrary Files Securely

    18
  23. Building a Command Line Application: Mutability

    Building a Command Line Application: Mutability

    12