jgraichen / restify

Restify is a experimental, parallel and pipelined Hypermedia API client
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Custom request bodies / media types #42

Closed franzliedke closed 3 years ago

franzliedke commented 3 years ago

This lets us overwrite the Content-Type of requests. Furthermore, passing in a string for a request's data will now bypass the JSON serialization.

Hat tip @Adsidera for your input. :grin: See you soon!

franzliedke commented 3 years ago

Would you like updates to the README? So far, it doesn't go into this level of detail...