lnx-search / datacake

Tooling for creating your own distributed systems.
MIT License
390 stars 22 forks source link

Add the ability to recieve and send headers on requests. #65

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

Adds the ability to send and receive headers on request payloads.

This does not add support for response headers as I'm still 50/50 if it's worth adding another wrapper type to do this or not and to complicate the message handling.