includes/hex: Added library files

This commit is contained in:
Nik
2022-09-14 14:01:54 +02:00
committed by GitHub
parent 36b107f0ca
commit caea4544ef
4 changed files with 43 additions and 9 deletions

11
includes/hex/http.pat Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
#include <hex/impl/imhex_check.pat>
namespace hex::http {
fn get(str url) {
return builtin::hex::http::get(url);
};
}