#pragma once #if !defined(MIJIN_NET_REQUST_HPP_INCLUDED) #define MIJIN_NET_REQUST_HPP_INCLUDED 1 #include "./http.hpp" #include "../internal/common.hpp" namespace mijin { Task> c_request(const URL& url, HTTPRequestOptions options = {}) MIJIN_NOEXCEPT; } // namespace mijin #endif // !defined(MIJIN_NET_REQUST_HPP_INCLUDED)