]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/web-util.h
c9e67e5c0a740e7217ca100f1c949a129ffc5535
[thirdparty/systemd.git] / src / shared / web-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <stdbool.h>
5
6 #include "macro.h"
7
8 bool http_url_is_valid(const char *url) _pure_;
9
10 bool documentation_url_is_valid(const char *url) _pure_;
11
12 bool http_etag_is_valid(const char *etag);