fprun
The quickest and dirtiest way to respond something to rasenmaehers product integration requests
Module Contents
Functions
|
in-memory zip of the pem |
|
Check the transport for peer cert, raise error if missing |
|
Hello world but check mTLS |
|
Respond with success to all CRUD operations |
|
Respond with hello_world for user |
|
healthcheck response |
|
Respond with success to all CRUD operations |
|
Main entrypoint, return exit code |
Attributes
- check_peer_cert(request)[source]
Check the transport for peer cert, raise error if missing
- Parameters:
request (aiohttp.web.Request)
- Return type:
None
- async handle_get_hello(request)[source]
Hello world but check mTLS
- Parameters:
request (aiohttp.web.Request)
- Return type:
aiohttp.web.Response
- async handle_user_crud(request)[source]
Respond with success to all CRUD operations
- Parameters:
request (aiohttp.web.Request)
- Return type:
aiohttp.web.Response
- async handle_fragment(request)[source]
Respond with hello_world for user
- Parameters:
request (aiohttp.web.Request)
- Return type:
aiohttp.web.Response
- async handle_health(request)[source]
healthcheck response
- Parameters:
request (aiohttp.web.Request)
- Return type:
aiohttp.web.Response