Authentication adapters set here
| 119 | #ifdef ENABLE_HTTP_REQUEST_AUTH |
| 120 | // Authentication adapters set here |
| 121 | HttpRequest* setAuth(AuthAdapter* adapter) |
| 122 | { |
| 123 | adapter->setRequest(this); |
| 124 | auth = adapter; |
| 125 | return this; |
| 126 | } |
| 127 | #endif |
| 128 | |
| 129 | /** |
nothing calls this directly
no test coverage detected