.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.search.processors.online.HTTPParams Class Reference
Inheritance diagram for searx.search.processors.online.HTTPParams:
Collaboration diagram for searx.search.processors.online.HTTPParams:

Static Public Attributes

method .Literal["GET", "POST"]
dict headers [str, str]
dict data [str, str]
dict json [str, t.Any]
dict cookies [str, str]
None verify | t.Literal[False] | str
str auth | None

Detailed Description

HTTP request parameters

Definition at line 29 of file online.py.

Member Data Documentation

◆ auth

str searx.search.processors.online.HTTPParams.auth | None
static

Definition at line 79 of file online.py.

◆ cookies

dict searx.search.processors.online.HTTPParams.cookies [str, str]
static

Definition at line 62 of file online.py.

◆ data

dict searx.search.processors.online.HTTPParams.data [str, str]
static

Definition at line 38 of file online.py.

◆ headers

dict searx.search.processors.online.HTTPParams.headers [str, str]
static

Definition at line 35 of file online.py.

◆ json

dict searx.search.processors.online.HTTPParams.json [str, t.Any]
static

Definition at line 45 of file online.py.

◆ method

t searx.search.processors.online.HTTPParams.method .Literal["GET", "POST"]
static

Definition at line 32 of file online.py.

◆ verify

None searx.search.processors.online.HTTPParams.verify | t.Literal[False] | str
static

Definition at line 74 of file online.py.


The documentation for this class was generated from the following file:
  • /home/andrew/Documents/code/public/searxng/searx/search/processors/online.py