Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/requests-html
/ types & classes
Types & classes
9 in github.com/psf/requests-html
⨍
Functions
84
◇
Types & classes
9
↓ 10 callers
Class
HTML
An HTML document, ready for parsing. :param url: The URL from which the HTML originated, used for ``absolute_links``. :param html: HTML from
requests_html.py:405
↓ 5 callers
Class
AsyncHTMLSession
An async consumable session.
requests_html.py:740
↓ 5 callers
Class
HTMLSession
requests_html.py:719
↓ 2 callers
Class
Element
An element of HTML. :param element: The element from which to base the parsing upon. :param url: The URL from which the HTML originated, used
requests_html.py:365
↓ 2 callers
Class
MaxRetries
requests_html.py:63
Class
BaseParser
A basic HTML/Element Parser, for Humans. :param element: The element from which to base the parsing upon. :param default_encoding: Which enco
requests_html.py:69
Class
BaseSession
A consumable session, for cookie persistence and connection pooling, amongst other things.
requests_html.py:686
Class
HTMLResponse
An HTML-enabled :class:`requests.Response <requests.Response>` object. Effectively the same, but with an intelligent ``.html`` property added.
requests_html.py:641
Class
UploadCommand
Support setup.py upload.
setup.py:39