Parse headers for http request and set Minos user from Kong headers.
request (Request) – The request containing the data.
inner (Callable[[Request], Awaitable[Optional[Response]]]) – The inner handling function to be executed.
The response generated by the inner handling function.
Optional[Response]