Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 689 Bytes

File metadata and controls

18 lines (14 loc) · 689 Bytes

Protocol HTTPv1.1

Description

This my own implementation of the HTTP protocol version 1.1 written in Golang over TCP. The project takes care of the server implementation and the parser that takes care of reading the messages sent over TCP to build the HTTP Protocol itself.

Resources used

Features made

  • Capacity to implementing my own routing and handlers
  • Use custom Headers and Trailers
  • Set, Get, Replace and delete Headers
  • Serve HTML, JSON, Images and Videos
  • Also the server is able to use chunk encoding