Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require CGI in HTTP Instrumentation module
HTTP Instrumentation module uses CGI to escape URL. This will prevent issues when using Hawk and CGI has not been already loaded by third-party dependencies E.g.: ``` $ bin/console > Hawk::HTTP.new('http://example.com/').get('/') NameError (uninitialized constant Hawk::HTTP::Instrumentation::Basic::CGI) ```
- Loading branch information