Module AiohttpWebModel
INTERNAL: Do not use.
Provides models for the web server part (aiohttp.web) of the aiohttp PyPI package.
See https://docs.aiohttp.org/en/stable/web.html
Import path
import semmle.python.frameworks.AiohttpPredicates
| applicationInstance | Gets a reference to an |
| urlDispatcherInstance | Gets a reference to an |
Classes
| AiohttpAddRouteCall | A route-setup from - |
| AiohttpCoroutineRouteSetup | An aiohttp route setup that uses coroutines (async function) as request handlers. |
| AiohttpDecoratorRouteSetup | A route-setup using a decorator, such as |
| AiohttpRedirectExceptionInstantiation | An instantiation of aiohttp.web HTTP redirect exception. |
| AiohttpRequestHandlerRequestParam | A parameter that will receive an |
| AiohttpRequestParamFromTypeAnnotation | A parameter that has a type annotation of |
| AiohttpResponseCookieSubscriptWrite | A dict-like write to an item of the |
| AiohttpResponseDelCookieCall | A call to |
| AiohttpResponseHeaderSubscriptWrite | A dict-like write to an item of the |
| AiohttpResponseSetCookieCall | A call to |
| AiohttpRouteSetup | A route setup in |
| AiohttpViewClass | A class that we consider an aiohttp.web View class. |
| AiohttpViewClassFromRouteSetup | A class that is used in a route-setup, therefore being considered an aiohttp.web View class. |
| AiohttpViewClassFromSuperClass | A class that has a super-type which is an aiohttp.web View class. |
| AiohttpViewClassRequestAttributeRead | A read of the |
| AiohttpViewRouteSetup | An aiohttp route setup that uses view-classes as request handlers. |
| AiohttpWebResponseInstantiation | An instantiation of |
| FileResponseCall | A call to the |
| StreamResponse | An instantiation of |
Modules
| Request | Provides models for the |
| Response | Provides models for the |
| StreamReader | Provides models for the |
| View | Provides models for the |