Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

HTTP-Server

A HTTP clone in Golang

Supported features

  • Multiple HTTP compression schema (gzip, br, deflate,...)
  • Adding Keep-Alive tag to hold a connection for multiple CONCURRENT reqs
  • Adding Connection tag to be able to handle 1 or multiple PERSISTENT connections
  • Shutdown gracefully

Future extensions:

  • HTTPS
  • E-Tag caching
  • HTTP/2
  • Range requests
  • WebSockets

About

A HTTP clone in Golang

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages