Skip to content

ymzkryo/http_req_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

dependency

pip install -r requirements.txt

Using

python main.py

get

curl localhost:8000

result:

{"mgs":"failure"}

post

curl -XPOST -d '{ "hoge" : 1, "bar" : "bar" }' http://localhost:8000

result:

{"status": 200, "result": {"hoge": 100, "bar": "bar"}}

Releases

No releases published

Packages

No packages published

Languages