]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/web-util.h
resolved: rework parsing of /etc/hosts
[thirdparty/systemd.git] / src / shared / web-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
49cf4170
LP
2#pragma once
3
49cf4170
LP
4#include <stdbool.h>
5
6#include "macro.h"
7
8bool http_url_is_valid(const char *url) _pure_;
9
10bool documentation_url_is_valid(const char *url) _pure_;
11
12bool http_etag_is_valid(const char *etag);