| 26 | } |
| 27 | |
| 28 | const QString |
| 29 | QHttpRequest::methodString() const { |
| 30 | return http_method_str(static_cast<http_method>(d_func()->imethod)); |
| 31 | } |
| 32 | |
| 33 | const QUrl& |
| 34 | QHttpRequest::url() const { |
nothing calls this directly
no outgoing calls
no test coverage detected