Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T20:22:18.000Z (about 2 months ago)
- Last Synced: 2024-12-05T21:25:04.232Z (about 2 months ago)
- Language: Ruby
- Size: 98.6 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
Awesome Lists containing this project
README
# inspec-httprb
![GitHub release](https://img.shields.io/github/v/release/memes/inspec-httprb?sort=semver)
![Maintenance](https://img.shields.io/maintenance/yes/2024)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](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