redarrowlabs / Argo

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

Response listener #92

Closed zeitlerc closed 6 years ago

zeitlerc commented 6 years ago

68 Deprecating UseResponseHandler in favor of Use(new CustomHttpResponseListener())

HttpResponseListener lets the consumer asynchronously listen for completed requests to CRUD operations and gives context on the request. Example use cases would be customized logging and publishing events for data changes. Copy the full response would not have performed, and the response does not return useful info for things like Patch.