AkhilSharma90 / simple-http-server-GO

Accompanying code for my youtube video
https://www.youtube.com/watch?v=ASBUp7stqjo
45 stars 42 forks source link

serve form on get. parse it on post #4

Open rabdelazim opened 1 year ago

rabdelazim commented 1 year ago

I'm not sure if it's due to different versions of the go runtime or something else but I could not get the form to display when making requests to localhost:8080/form. Did some googling and found an example that worked and incorporated it into my fork.