Go Package net/http

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Reading the Request Body

TO PROCESS:


Decoding to JSON only works if the HTTP requests has a "Content-Type: application/json" header, otherwise the decoding fails with an EOF error.