]> git.proxmox.com Git - systemd.git/blame - src/basic/web-util.h
New upstream version 239
[systemd.git] / src / basic / web-util.h
CommitLineData
52ad194e 1/* SPDX-License-Identifier: LGPL-2.1+ */
663996b3
MS
2#pragma once
3
db2df898 4#include <stdbool.h>
663996b3 5
db2df898 6#include "macro.h"
663996b3 7
db2df898
MP
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);