Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 489 Bytes

File metadata and controls

19 lines (12 loc) · 489 Bytes

Basic HTTP Server Implementation

In this, implement grep like functionality

Inspiration

Inspired by codecrafters.

HTTP

HTTP is the protocol that powers the web. In this challenge, we are building a HTTP/1.1 server that is capable of serving multiple clients.

Features

  • Concurrency
  • Supports encoding headers (gzip)
  • Supports file read and write endpoints