http server for claimchain blocks
Project description
Simple http-server for “claimchain” blocks. It uses Flask to serve HTTP GET and authenticated PUT requests.
getting started
checkout the repository and edit config.py to sets users/passwords and to set the database directory.
run pip install -e .
run python cchttpserver.py
Then open another terminal and open a python prompt with “python” and type something like:
import requests requests.put("http://USER:PASSWORD@localhost:5000/key1", "data1") r = requests.get("http://localhost:5000/key1") assert r.status_code == 200 requests.delete("http://USER:PASSWORD@localhost:5000/USER/") r = requests.get("http://localhost:5000/key1") assert r.status_code == 404
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cchttpserver-0.6.0.tar.gz
(4.8 kB
view details)
File details
Details for the file cchttpserver-0.6.0.tar.gz
.
File metadata
- Download URL: cchttpserver-0.6.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: devpi-server/4.7.1 (py2.7.13; linux2)
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1ad34f2194b8a0499c0efe993ef0c3327e9d3cd041c6fd448994f27f55db5f5 |
|
MD5 | 28a86aa625d37ea85f0e38d24a902923 |
|
BLAKE2b-256 | 68a3751855e54d55981d3875f018b50964c9580697c269ec47d21dda50c80a4e |