ewoksserver.app.routes.execution.utils.WorkflowNotFoundResponse#
- class ewoksserver.app.routes.execution.utils.WorkflowNotFoundResponse(identifier)[source]#
Bases:
JSONResponse- Parameters:
identifier (
str)
- charset = 'utf-8'#
- delete_cookie(key, path='/', domain=None, secure=False, httponly=False, samesite='lax')#
- Parameters:
key (str)
path (str)
domain (str | None)
secure (bool)
httponly (bool)
samesite (Literal[‘lax’, ‘strict’, ‘none’] | None)
- Return type:
None
- property headers: MutableHeaders#
- init_headers(headers=None)#
- Parameters:
headers (Mapping[str, str] | None)
- Return type:
None
- media_type = 'application/json'#
- render(content)#
- Parameters:
content (
Any)- Return type:
bytes
- set_cookie(key, value='', max_age=None, expires=None, path='/', domain=None, secure=False, httponly=False, samesite='lax', partitioned=False)#
- Parameters:
key (str)
value (str)
max_age (int | None)
expires (datetime | str | int | None)
path (str | None)
domain (str | None)
secure (bool)
httponly (bool)
samesite (Literal[‘lax’, ‘strict’, ‘none’] | None)
partitioned (bool)
- Return type:
None