Is the HTTP request empty?
| 51 | |
| 52 | //! Is the HTTP request empty? |
| 53 | bool empty() const noexcept { return _cache.empty(); } |
| 54 | //! Is the HTTP request error flag set? |
| 55 | bool error() const noexcept { return _error; } |
| 56 |
nothing calls this directly
no outgoing calls
no test coverage detected