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