redarrowlabs / Argo

:squirrel: c# object => json.api relational mapping
MIT License
7 stars 3 forks source link

Adds HttpRequestModifier to allow shuffling meta to request plus json streaming #74

Closed zeitlerc closed 6 years ago

zeitlerc commented 6 years ago

Based on the need to set the eTag meta value as a request header. The HttpRequestModifier gives access to the request before it is sent, along with the context of which entity is being changed. Modifiers are given for every session request type.

Additionally, writing JSON requests directly to a stream instead of a string, which improved some memory performance.