You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

httpbinx

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpbinx

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

1.8.1
pipPyPI
Maintainers
1

cover

thanks python

httpbinx

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

Deployed at:

Reference Project

A Kenneth Reitz Project. See https://github.com/postmanlabs/httpbin

Quick Start

Installation

PyPI

httpbinx is available on PyPI

$ pip install httpbinx

Source Code

$ git clone https://github.com/imleowoo/httpbinx.git
$ python setup.py install # or `pip install .`

Run it

Run directly

$ httpbinx server --host=0.0.0.0 --port=80

Run with Docker

$ docker pull leowoo/httpbinx:latest
$ docker run -p 80:80 --name httpbinx leowoo/httpbinx:latest

It starts running

INFO:     Started server process [17044]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
...

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.