We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4708e commit a6f146eCopy full SHA for a6f146e
third_party/2and3/werkzeug/middleware/proxy_fix.pyi
@@ -20,4 +20,4 @@ class ProxyFix(object):
20
x_prefix: int = ...,
21
) -> None: ...
22
def get_remote_addr(self, forwarded_for: Iterable[str]) -> Optional[str]: ...
23
- def __call__(self, environ: WSGIEnvironment, start_response: StartResponse) -> WSGIApplication: ...
+ def __call__(self, environ: WSGIEnvironment, start_response: StartResponse) -> Iterable[bytes]: ...
0 commit comments