Skip to content

JuanMartinCoder/HTTP-1.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My own implementation for HTTP/1.1(Parser and Server) over TCP using Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages