feat: add 1.8.8 reflect & export io namespace
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
@@ -15,6 +15,8 @@ export enum Keys {
|
||||
Default = "DefaultChannelPipeline"
|
||||
}
|
||||
|
||||
let RequestAttributeKey: any
|
||||
try { RequestAttributeKey = AttributeKey.valueOf('request') } catch (error) { }
|
||||
export enum AttributeKeys {
|
||||
Request = AttributeKey.valueOf('request')
|
||||
}
|
||||
Request = RequestAttributeKey
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user