ID EN
Urllib Request

BaseHandler.<protocol>_request(req)

Python 3.11

This method is not defined in BaseHandler, but subclasses should define it if they want to pre-process requests of the given protocol.

Syntax

PYTHON
BaseHandler.<protocol>_request(req)

See Also

BaseHandler OpenerDirector Request Request