o
odinpkg.dev
packages / library / http-server

http-server

f466fe0library

A basic implementation of a HTTP Server

No license · updated 3 months ago

HTTP 1.1 Server in Odin

This implementation of a toy HTTP-Server follows Learn the HTTP Protocol in Go but in Odin.

Topics

  • HTTP Streams
  • TCP
  • Requests
  • Request Lines
  • HTTP Headers
  • HTTP Body
  • HTTP Responses
  • Chunked Encosing
  • Binary Data