#pragma once #include namespace hex::http { fn get(str url) { return builtin::hex::http::get(url); }; }