| 282 | } |
| 283 | |
| 284 | static bool rest_block_extended(HTTPRequest* req, const std::string& strURIPart) |
| 285 | { |
| 286 | return rest_block(req, strURIPart, true); |
| 287 | } |
| 288 | |
| 289 | static bool rest_block_notxdetails(HTTPRequest* req, const std::string& strURIPart) |
| 290 | { |
nothing calls this directly
no test coverage detected