Go Package net/http: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
* [[Go_Language_Modularization#net_http|Standard Library]]
* [[Go_Language_Modularization#net_http|Standard Library]]
=Overview=
=Overview=
=Reading the Request Body=
<font color=darkkhaki>
TO PROCESS:
* https://www.alexedwards.net/blog/how-to-properly-parse-a-json-request-body
* Working example in ovidiu-feodorov/go-micros/blob/develop/metadata/internal/handler/http/http.go
</font>

Revision as of 19:56, 16 October 2023

External

Internal

Overview

Reading the Request Body

TO PROCESS: