.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.webapp.ExtendedRequest Class Reference
+ Inheritance diagram for searx.webapp.ExtendedRequest:
+ Collaboration diagram for searx.webapp.ExtendedRequest:

Static Public Attributes

Preferences preferences
 
List errors [str]
 
List user_plugins [Plugin]
 
Dict form [str, str]
 
float start_time
 
float render_time
 
List timings [Timing]
 

Detailed Description

This class is never initialized and only used for type checking.

Definition at line 168 of file webapp.py.

Member Data Documentation

◆ errors

List searx.webapp.ExtendedRequest.errors [str]
static

◆ form

Dict searx.webapp.ExtendedRequest.form [str, str]
static

Definition at line 174 of file webapp.py.

◆ preferences

Preferences searx.webapp.ExtendedRequest.preferences
static

Definition at line 171 of file webapp.py.

◆ render_time

float searx.webapp.ExtendedRequest.render_time
static

Definition at line 176 of file webapp.py.

◆ start_time

float searx.webapp.ExtendedRequest.start_time
static

Definition at line 175 of file webapp.py.

◆ timings

List searx.webapp.ExtendedRequest.timings [Timing]
static

Definition at line 177 of file webapp.py.

◆ user_plugins

List searx.webapp.ExtendedRequest.user_plugins [Plugin]
static

Definition at line 173 of file webapp.py.


The documentation for this class was generated from the following file: