(port int)
| 86 | } |
| 87 | |
| 88 | func (r *Request) Port(port int) *Request { |
| 89 | r.port = port |
| 90 | return r |
| 91 | } |
| 92 | |
| 93 | func (r *Request) HTTPParams(method, host, path string, headers map[string]string) *Request { |
| 94 | r.method = method |
no outgoing calls
no test coverage detected