CharsetInterceptor class

Description : 当数据为字节流返回时,需要根据返回数据的编码进行解码,此处从headers中获取对应的编码格式 @author zaze @date 2022/8/5 - 6:35

Implemented types

Constructors

CharsetInterceptor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

intercept(Chain<ZRequest, Future<ZResponse>> chain) Future<ZResponse>
拦截处理
override
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