Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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