simple-http-server-GO
simple-http-server-GO copied to clipboard
serve form on get. parse it on post
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.