NIMPassThroughProxyData class
- Annotations
-
- @JsonSerializable()
Constructors
- NIMPassThroughProxyData({String? zone, String? path, int method = PassThroughMethod.POST, String? header, String? body})
-
NIMPassThroughProxyData.fromMap(Map<
String, dynamic> map) -
factory
Properties
- body ↔ String?
-
格式自定,透传, post时,body不能为空
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → String?
-
json格式
final
- method → int
-
选填,数字常量(1-get, 2-post, 3-put, 4-delete),默认post,
PassThroughMethod
final
- path → String?
-
url中除了host的path
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zone → String?
-
映射一个视频云upstream host,不传用默认配置
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited