Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/include-bufferedhttp. Description: Include an extension of standard httplib library which makes up for missing features like support for 100-continue headers etc. This would be useful in situations where it is required to check for an intermediate responses especially in cases where there are chances for getting unauthorised etc, where this would act like a fast fail. For such scenarios, the httplib library doesnt have sufficient support. Specification URL (additional information): None