dcrwebapi
dcrwebapi copied to clipboard
Don't read HTTP body unnecessarily.
Using request.ParseForm causes the body of every request to be read. dcrwebapi only uses query params and GET methods, therefore this was completely unnecessary and was wasting time/resources.