ArangoDB-Community / arangodb-net-standard

A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.
Apache License 2.0
76 stars 29 forks source link

Provide ArangoDB response headers to all API methods #466

Open tjoubert opened 1 year ago

tjoubert commented 1 year ago

Provide a way to extract all response headers from ArangoDB and return them to the caller. This will allow us to fully implement support for features like overload control (https://www.arangodb.com/docs/stable/http/general.html#overload-control). See https://github.com/ArangoDB-Community/arangodb-net-standard/pull/431

tjoubert commented 1 year ago

See https://github.com/ArangoDB-Community/arangodb-net-standard/pull/431#pullrequestreview-1156131798