Sign inSign up

urbanpistek/python-server-examples

By urbanpistek

•Updated almost 2 years ago

A collection of simple example servers in python.

Image
Languages & frameworks
API management
Web servers
0

77

urbanpistek/python-server-examples repository overview

⁠Python Server Examples

Below are notes on the sample API interface for all the various server images in this repository.

Each tag represents a different service sample.


⁠py-flask-gunicorn

⁠Routes
/
/routes
/sample_get
/sample_post
⁠Usage

/sample_get

curl 0.0.0.0:7711/sample_get

/sample_post

curl --header "Content-Type: application/json" --request POST --data '{"msg": "hello there"}' 0.0.0.0:7711/sample_post

Tag summary

Content type

Image

Digest

sha256:868112f95…

Size

22.5 MB

Last updated

almost 2 years ago

docker pull urbanpistek/python-server-examples:py-flask-gunicorn