Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Documentation
wsgiref.util.is_hop_by_hop is available inside the official documentation (https://docs.python.org/3/library/wsgiref.html#wsgiref.util.is_hop_by_hop), but
Lines 5 to 8 inba8aa1f
| __all__= [ | |
| 'FileWrapper','guess_scheme','application_uri','request_uri', | |
| 'shift_path_info','setup_testing_defaults', | |
| ] |
Is this method intended for public usage and just missing from__all__ - or should this be considered an internal method instead?