https://github.com/szykol/http-go
Example http server written from scratch in Go
https://github.com/szykol/http-go
gomock http sockets
Last synced: 3 months ago
JSON representation
Example http server written from scratch in Go
- Host: GitHub
- URL: https://github.com/szykol/http-go
- Owner: szykol
- License: apache-2.0
- Created: 2024-08-12T15:55:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T18:08:33.000Z (10 months ago)
- Last Synced: 2025-01-17T02:13:05.464Z (5 months ago)
- Topics: gomock, http, sockets
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 familiarSee [example app](example/main.go) to see how the library can be used.