-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support using
http_set_header
and http_remove_header
as blocks
Example: ```ruby http_set_header "Authorization", "Bearer 12345.." http_remove_header "Authorization" do http_get "/api/users", status: 403 end http_get "/api/users", status: 200 ``` Signed-off-by: Aravinda VK <[email protected]>
- Loading branch information
1 parent
160499f
commit de81e2e
Showing
3 changed files
with
59 additions
and
7 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
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