| 723 | // ---------------------------------------------------------------------------------------- |
| 724 | |
| 725 | void http_client::clear() |
| 726 | { |
| 727 | headers.clear(); |
| 728 | cookies.clear(); |
| 729 | } |
| 730 | |
| 731 | // ---------------------------------------------------------------------------------------- |
| 732 |
no outgoing calls
no test coverage detected