Skip to main content

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)

Uploaded Source

Built Distribution

bottlecors-0.34-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page