Henning

Results 4 issues of Henning

(Fix for https://github.com/encode/uvicorn/issues/1501) MDN (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Upgrade) says: _The server can choose to ignore the request, for any reason, in which case it should just respond as though the Upgrade header had...

Users can add additional information with x-fields. But Python does not accept identifiers with dashses. Here are some common vendor extensions documented: https://github.com/Redocly/redoc/blob/main/docs/redoc-vendor-extensions.md#x-logo Here is example spec: ```yaml openapi: 3.0.0...

Hello, this patch makes sure that the code runs with Python 3. This is tested with Python 3.6 and Python 2.7

Hello, I really like colored tracebacks. But on some occasions I think it is quite useful to disable colored output easily. Pleas see https://no-color.org for details.