http类型

interface Http {
    request: "context".Request;
    response: "context".Response;
}

Properties

Properties