steamclock / netable

A Swift library for encapsulating network APIs using Codable in a type-oriented way.
MIT License
99 stars 3 forks source link

Log body of request when sending a POST request. #60

Closed brendanlensink closed 2 years ago

nbrooke commented 3 years ago

Probably need a bit more detail to prioritize.

brendanlensink commented 3 years ago

Right now, when you send a POST request we don't log the body of the request to the console, which can cause problems when trying to debug networking requests and you can't tell if the body you're sending matches what you'd expect it to be or not.