No description
Find a file
ProgramingIsTheFuture ffb6c092e6 HttpFromScratch
2022-06-13 15:03:00 +01:00
go.mod HttpFromScratch 2022-06-13 15:03:00 +01:00
main.go HttpFromScratch 2022-06-13 15:03:00 +01:00
README.md HttpFromScratch 2022-06-13 15:03:00 +01:00

HTTP from scratch

Basic HTTP implementation with TCP.

There are two endpoints supported with this application:

  • "/"
  • "/about"