Go Package net/http: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:


=TODO=
=TODO=
<font color=darkkhaki>
* Next time I get here, debug and diagram net/http Client/Transport/RoundTripper. There's an initial odg diagram on the work machine under ★ .../bkapi.odg. 
* 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
</font>


=Overview=
=Overview=

Latest revision as of 21:56, 30 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