Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2916162
remote.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
524 B
Referenced Files
None
Subscribers
None
remote.h
View Options
#ifndef ESM_REMOTE_H
#define ESM_REMOTE_H
#include
<stdbool.h>
#include
<stddef.h>
bool
esm_is_url
(
const
char
*
spec
);
bool
esm_is_data_url
(
const
char
*
spec
);
char
*
esm_parse_data_url
(
const
char
*
url
,
size_t
*
out_len
);
char
*
esm_fetch_url
(
const
char
*
url
,
size_t
*
out_len
,
char
**
out_error
);
char
*
esm_resolve_url
(
const
char
*
specifier
,
const
char
*
base_url
);
#define FILE_RESOLVER *(*file_resolver)(const char *, const char *)
char
*
esm_resolve
(
const
char
*
specifier
,
const
char
*
base_path
,
char
FILE_RESOLVER
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Mar 26, 4:42 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
511992
Default Alt Text
remote.h (524 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment