(int timeout)
| 115 | |
| 116 | // Setters |
| 117 | public Http timeout(int timeout) { |
| 118 | connection.timeout(timeout); |
| 119 | return this; |
| 120 | } |
| 121 | |
| 122 | public Http ignoreContentType() { |
| 123 | connection.ignoreContentType(true); |
no outgoing calls
no test coverage detected