package
0.0.0-20240309121540-83cbf9cb16a1
Repository: https://github.com/arpitbbhayani/database-fundamentals.git
Documentation: pkg.go.dev

# README

$ go run http-protocol/main.go
$ curl http://localhost:1729/foo
$ netcat localhost 1729
GET /foo HTTP/1.1
Host: localhost
$ netcat localhost 1729
POST /login HTTP/1.1
Host: localhost
Content-Length: 28

username=arpit&password=pass