| 312 | } |
| 313 | |
| 314 | String URL::toString (bool includeGetParameters) const |
| 315 | { |
| 316 | if (includeGetParameters) |
| 317 | return url + getQueryString(); |
| 318 | |
| 319 | return url; |
| 320 | } |
| 321 | |
| 322 | bool URL::isEmpty() const noexcept |
| 323 | { |
no outgoing calls
no test coverage detected