Go Package net/http: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
=TODO=
=TODO=
* https://github.com/bradfitz/exp-httpclient/blob/master/problems.md
* https://github.com/bradfitz/exp-httpclient/blob/master/problems.md
* Explore this package: https://github.com/earthboundkid/requests


=Overview=
=Overview=

Revision as of 17:44, 25 July 2024

External

Internal

TODO

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.

Registering Handlers Generated by oapi-codegen from an OpenAPI Specification

oapi-codegen Server Code Generation