odin-http icon indicating copy to clipboard operation
odin-http copied to clipboard

Client body parsing should look more like that of the server

Open laytan opened this issue 2 years ago • 0 comments

The server has a much better API for parsing the request body.

Although the client can't assume that the context.temp_allocator is the one that should be used, so it needs to keep track of an allocator and whether allocations were actually made. Or maybe not, and just say use an arena?

laytan avatar Sep 15 '23 16:09 laytan