Skip to content

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

License

Notifications You must be signed in to change notification settings

pichuang/httpbin-re

This branch is 8 commits ahead of postmanlabs/httpbin:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dec0ed8 · Dec 10, 2024
Jul 20, 2023
Oct 12, 2023
Jul 20, 2023
Oct 12, 2023
Jul 26, 2018
Jul 4, 2018
Nov 7, 2018
Oct 12, 2023
Mar 16, 2017
Jul 4, 2018
Jul 21, 2023
Jul 20, 2023
Jul 21, 2023
Dec 10, 2024
Jul 20, 2023
Jun 1, 2014
Jul 20, 2023
Jul 25, 2018
Oct 24, 2018

Repository files navigation

httpbin-re: HTTP Request & Response Service

Updates and REbuild based on Kenneth Reitz's project

tw ice cream

Run locally:

docker pull ghcr.io/pichuang/httpbin-re:master
docker run -p 8080:80 ghcr.io/pichuang/httpbin-re:master

# or
docker-compose up -d

See http://httpbin.org for more information.

Major Changelog

  • Change
    • Ubuntu 18.04 -> Ubuntu 22.04
    • Travis CI -> GitHub Actions
    • Python 3.6 -> Python 3.10
    • Pipenv -> built-in pip
  • Add
    • Provide variables to change TITLE and DESCRIPTION
    • Follow OCI Specification

References

SEE ALSO

About

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

Resources

License

Stars

Watchers

Forks

Languages

  • Python 77.1%
  • HTML 22.1%
  • Dockerfile 0.8%