#pragma once #include #include namespace netutils { std::vector get_local_addresses(); std::string http_status_reason_phrase(int code); }