httpbin icon indicating copy to clipboard operation
httpbin copied to clipboard

HTTP Request & Response Service, written in Python + Flask.

Results 16 httpbin issues
Sort by recently updated
recently updated
newest added

Running docker commands as copied from readme: ```sh > docker run -p 80:8080 ghcr.io/psf/httpbin Unable to find image 'ghcr.io/psf/httpbin:latest' locally docker: Error response from daemon: Head "https://ghcr.io/v2/psf/httpbin/manifests/latest": unauthorized. See 'docker...

Hi! I'm a packager for Fedora. We've run into a bit of a roadblock trying to update Fedora's httpbin package: https://bugzilla.redhat.com/show_bug.cgi?id=2233128#c9 since the last version we packaged, httpbin grew a...

Make the dependency on flasgger optional. The dependency has been added relatively recently (i.e. before the original package was abandoned but after its last release), and it is only used...

As discussed in the ticket, the flasgger dep is a pretty heavy one which is not needed when using httpbin as a library. It's only really needed to produce the...

https://wiki.debian.org/Python3-six-removal#preview

[Upstream recommends](https://pypi.org/project/brotlicffi/) using the standard `brotli` package with CPython, relying on the CFFI alternative only on other platforms. Changes in this PR follow these recommendations.

The sdist package at PyPI is missing `tox.ini` file. File add the missing file to dist to make downstream testing easier. Thank you.

This is to add artificial random delay with maximum of 10 which will help for the scenario that requires random delay behavior. The new route /random-delay receive a parameter "delay"...

Looks like tagging convention has been changes from `v` to `release-v`. Accident or from now it will be always like `release-v`? 🤔

This PR fixes the generated OpenAPI spec document to be v2.0 compliant. The most important changes are the removal of the deprecated/non-standard SmartAPI fields `responsibleOrganization` and `responsibleDeveloper`. And the removal...