No project description provided
Project description
BottleCors
pip install bottlecors
and then
from bottle import Bottle
from bottlecors import add_cors, abort
app = Bottle()
@app.get('/')
def home():
"This just shows 404 always"
abort(404, 'msg')
# Cors needs to be added after
# all routes have been added to your app
app = add_cors(app)
Features
- Full blown cors
- Sends docstring of function in options body
- Adds only for routes which have already been added
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
bottlecors-0.34.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for bottlecors-0.34-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5486b6ab056cfa67f016bf5a058285c876a7cea460e4847c78ef7017ea9f9fa |
|
MD5 | b9e3d4dadc2582719350a43ff8d8d2e7 |
|
BLAKE2b-256 | c0539e627cc604cd311d99dd7b32117d333a8486a723d556617473d269c41202 |