Versions in this module Expand all Collapse all v0 v0.20.0 Jan 10, 2019 Changes in this version + type Pair struct + Key string + Values []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Pair) Descriptor() ([]byte, []int) + func (*Pair) ProtoMessage() + func (dst *Pair) XXX_Merge(src proto.Message) + func (m *Pair) GetKey() string + func (m *Pair) GetValues() []string + func (m *Pair) Reset() + func (m *Pair) String() string + func (m *Pair) XXX_DiscardUnknown() + func (m *Pair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Pair) XXX_Size() int + func (m *Pair) XXX_Unmarshal(b []byte) error + type Request struct + Body string + Get map[string]*Pair + Header map[string]*Pair + Method string + Path string + Post map[string]*Pair + Url string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (dst *Request) XXX_Merge(src proto.Message) + func (m *Request) GetBody() string + func (m *Request) GetGet() map[string]*Pair + func (m *Request) GetHeader() map[string]*Pair + func (m *Request) GetMethod() string + func (m *Request) GetPath() string + func (m *Request) GetPost() map[string]*Pair + func (m *Request) GetUrl() string + func (m *Request) Reset() + func (m *Request) String() string + func (m *Request) XXX_DiscardUnknown() + func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Request) XXX_Size() int + func (m *Request) XXX_Unmarshal(b []byte) error + type Response struct + Body string + Header map[string]*Pair + StatusCode int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (dst *Response) XXX_Merge(src proto.Message) + func (m *Response) GetBody() string + func (m *Response) GetHeader() map[string]*Pair + func (m *Response) GetStatusCode() int32 + func (m *Response) Reset() + func (m *Response) String() string + func (m *Response) XXX_DiscardUnknown() + func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Response) XXX_Size() int + func (m *Response) XXX_Unmarshal(b []byte) error