JamitLabs / Jetworking

A multi-module library providing a user-friendly interface for common networking tasks
https://JamitLabs.github.io/Jetworking/
MIT License
4 stars 3 forks source link

Add possibility to adjust headers per request #80

Closed JensK611 closed 3 years ago

JensK611 commented 3 years ago

All http functions are now possible to pass additional headers to the request. If a key is already present as header key the values are merged.

Download and upload functions are not touched.