ProxyRequest class

Модель Proxy запроса, позволяет задать свой путь и заголовок при обращении к Proxy API.

Constructors

ProxyRequest({String? path, Map<String, String>? headers = NetworkSettings.baseHeaders})
Модель Proxy запроса, позволяет задать свой путь и заголовок при обращении к Proxy API.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
Заголовок запроса
final
path String?
Путь запроса
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? path, Map<String, String>? headers}) ProxyRequest
Создает экземпляр с заданными параметрами
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited