post_analyze¶
-
gafaelfawr.handlers.analyze.
post_analyze
(request: aiohttp.web_request.Request) → aiohttp.web_response.Response¶ Analyze a token.
Expects a POST with a single parameter,
token
, which is either a session handle or a token. Returns a JSON structure with details about that token.Parameters: request ( aiohttp.web.Request
) – The incoming request.Returns: response – The response. Return type: aiohttp.web.Response