ewoksserver.app.routes.execution.utils.WorkflowNotReadableResponse#

class ewoksserver.app.routes.execution.utils.WorkflowNotReadableResponse(identifier)[source]#

Bases: JSONResponse

Parameters:

identifier (str)

charset = 'utf-8'#
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

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