Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247-rc2
/
.
/
src
/
shared
/
web-util.h
blob: ec54669f50131e4be05e6d79dd62b45ac638da71 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma
once
#include
<stdbool.h>
#include
"macro.h"
bool
http_url_is_valid
(
const
char
*
url
)
_pure_
;
bool
documentation_url_is_valid
(
const
char
*
url
)
_pure_
;
bool
http_etag_is_valid
(
const
char
*
etag
);