2020-09-03 08:27:35 +00:00
|
|
|
``nvchecker.api`` --- The source plugin API
|
|
|
|
===========================================
|
|
|
|
|
|
|
|
.. automodule:: nvchecker.api
|
|
|
|
:members:
|
|
|
|
:imported-members:
|
|
|
|
:undoc-members:
|
|
|
|
|
|
|
|
.. py:data:: session
|
|
|
|
:type: nvchecker.httpclient.base.BaseSession
|
|
|
|
|
|
|
|
The object to send out HTTP requests, respecting various options in the configuration entry.
|
|
|
|
|
|
|
|
.. automodule:: nvchecker.httpclient.base
|
|
|
|
:members: BaseSession, Response
|
|
|
|
:undoc-members:
|
|
|
|
|
|
|
|
.. autodata:: nvchecker.api.proxy
|
|
|
|
.. autodata:: nvchecker.api.user_agent
|
|
|
|
.. autodata:: nvchecker.api.tries
|
2021-06-23 08:00:17 +00:00
|
|
|
.. autodata:: nvchecker.api.verify_cert
|
2021-06-08 06:55:57 +00:00
|
|
|
|
|
|
|
.. py:data:: nvchecker.api.entry_waiter
|
|
|
|
:type: contextvars.ContextVar
|
|
|
|
|
|
|
|
This :class:`ContextVar <contextvars.ContextVar>` contains an :class:`EntryWaiter <nvchecker.api.EntryWaiter>` instance for waiting on other entries.
|