|
Translation changed |
|
|
Translation changed |
|
|
String added in the repository |
|
|
Translation changed |
|
|
Translation changed |
|
|
String added in the repository |
|
template<
bool isRequest, // `true` for requests, `false` for responses
class Body, // Controls the container and algorithms used for the body
class Fields = fields> // The type of container to store the fields
class message;
模板template<
bool isRequest, // 若为请求则为 true,若为响应则为 false
class Body, // 用于控制消息体的容器及算法
class Fields = fields> // 用于存储字段的容器类型
class message;