epimorphics / sapi-client-ruby

A client library to help Ruby code to invoke Sapi-NT API endpoints
MIT License
0 stars 0 forks source link

Add X-Request-ID header if request ID available #24

Closed ijdickinson closed 3 years ago

ijdickinson commented 3 years ago

If the current request ID is available as a thread-local variable, pass the request ID along to SapiNT via the X-Request-ID HTTP header

Issue #22