35 type Response struct { 36 Status string // e.g. "200 OK" 37 StatusCode int ... "HTTP/1.0" 39 ProtoMajor int // e.g. 1 40 ProtoMinor int // e.g. 0 41 42 ...
確定! 回上一頁