qtil
advanced-security/qtil-python 0.0.3
Search

Module Bottle::BottleModule::Response

Provides models for the bottle.response module

Import path

import semmle.python.frameworks.Bottle

Predicates

response

Gets a reference to the bottle.response module or instantiation of Bottle Response class.

Classes

BottleResponseHandlerSetHeaderCall

A call to the bottle.BaseResponse.set_header or bottle.BaseResponse.add_header method.

BottleReturnResponse

A response returned by a view callable.