5
Gophyr
7y

Getting a page to serve properly for the first time on a webserver I wrote. It's pretty basic, but it does exactly what I want: it only handles "GET".

Comments
  • 1
    Did you follow a tutorial? If so can you link it would love to read it.
  • 0
    @Zezura no it literally just serves GETs on a single process lol
  • 0
    @liquidfood I didn't exactly follow a tutorial... I sort of read random things and I knew the structure of GET. Honestly a lot of what you need to do I learned just by GETing stuff from random webservers using telnet.
Add Comment