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