| 438 | } |
| 439 | |
| 440 | bool THttpInput::GetContentLength(ui64& value) const noexcept { |
| 441 | return Impl_->GetContentLength(value); |
| 442 | } |
| 443 | |
| 444 | bool THttpInput::ContentEncoded() const noexcept { |
| 445 | return Impl_->ContentEncoded(); |
no outgoing calls
no test coverage detected