跳转至

HttpHeader

文档版本:1.21.0.24

HttpHeader类。script_api.minecraft/server-net.httpheader.description

属性

key
key: string;
value
value: SecretString | string;

方法

constructor

script_api.minecraft/server-net.httpheader.constructor.description

new constructor(key: string, value: SecretString | string): HttpHeader