Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 391 Bytes

File metadata and controls

8 lines (5 loc) · 391 Bytes

http-go

Simple example http server written in Go.

It's not a full-fledged http server that strictly follows RFCs, rather this project aims to be a simple implementation that is easy to follow and understand. This project is influenced by stdlib http implementation hence some of the interfaces might look familiar

See example app to see how the library can be used.