https://github.com/memes/inspec-httprb
Drop-in replacement for InSpec http resource that uses HTTPrb for better HTTP/2 support and control over TLS
https://github.com/memes/inspec-httprb
Last synced: about 1 year ago
JSON representation
Drop-in replacement for InSpec http resource that uses HTTPrb for better HTTP/2 support and control over TLS
- Host: GitHub
- URL: https://github.com/memes/inspec-httprb
- Owner: memes
- License: apache-2.0
- Created: 2023-03-23T03:44:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T20:20:34.000Z (about 1 year ago)
- Last Synced: 2025-06-14T20:31:48.790Z (about 1 year ago)
- Language: Ruby
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# inspec-httprb


[](CODE_OF_CONDUCT.md)
This repo contains a drop-in replacement for Inspec [http] resource. The intent
is to preserve the simplicity of use of [http], but use [HTTPrb] in preference
to Faraday as it seems to handle HTTP/2 responses better which I encounter working
with GCP load balancers.
[http]: https://docs.chef.io/inspec/resources/http/
[httprb]: https://github.com/httprb/http