-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add request ID to response headers (#2438)
* Add request ID to response headers Signed-off-by: Daniele Ahmed <[email protected]> * Add parsing test Signed-off-by: Daniele Ahmed <[email protected]> * Style Signed-off-by: Daniele Ahmed <[email protected]> * CHANGELOG Signed-off-by: Daniele Ahmed <[email protected]> * Fix import Signed-off-by: Daniele Ahmed <[email protected]> * Panic if ServerRequestIdProviderLayer is not present Signed-off-by: Daniele Ahmed <[email protected]> * Own value Signed-off-by: Daniele Ahmed <[email protected]> * Correct docs Signed-off-by: Daniele Ahmed <[email protected]> * Add order of layer to expect() message Signed-off-by: Daniele Ahmed <[email protected]> * Remove Box Signed-off-by: Daniele Ahmed <[email protected]> * Require order of request ID layers Signed-off-by: Daniele Ahmed <[email protected]> * Revert "Require order of request ID layers" This reverts commit 147eef2. * One layer to generate and inject the header Signed-off-by: Daniele Ahmed <[email protected]> * HeaderName for header name Signed-off-by: Daniele Ahmed <[email protected]> * CHANGELOG Signed-off-by: Daniele Ahmed <[email protected]> * Remove additional layer Signed-off-by: Daniele Ahmed <[email protected]> * Remove to_owned Signed-off-by: Daniele Ahmed <[email protected]> * Add tests, remove unnecessary clone Signed-off-by: Daniele Ahmed <[email protected]> * take() ResponsePackage instead Signed-off-by: Daniele Ahmed <[email protected]> * Update docs Signed-off-by: Daniele Ahmed <[email protected]> * Update docs Signed-off-by: Daniele Ahmed <[email protected]> * cargo fmt Signed-off-by: Daniele Ahmed <[email protected]> * Update CHANGELOG Signed-off-by: Daniele Ahmed <[email protected]> --------- Signed-off-by: Daniele Ahmed <[email protected]> Co-authored-by: Daniele Ahmed <[email protected]>
- Loading branch information
Showing
2 changed files
with
145 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters