This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create CaseSensitiveString to preserve case in header name
Create CaseSensitiveString (override the downcase and capitalize method to return self) and use it in the Http Request header to preserve the case in header name. This is a workaround that Ruby library converts the header name (http://stackoverflow.com/questions/10258893/stop-ruby-http-request-modifying-header-name) while the OMS workflow is case sensitive.
- Loading branch information