libcoap 4.3.4-develop-9f1418e
coap_uri_internal.h
Go to the documentation of this file.
1/*
2 * coap_uri_internal.h -- URI functions for libcoap
3 *
4 * Copyright (C) 2019--2024 Olaf Bergmann <bergmann@tzi.org> and others
5 *
6 * SPDX-License-Identifier: BSD-2-Clause
7 *
8 * This file is part of the CoAP library libcoap. Please see README for terms
9 * of use.
10 */
11
17#ifndef COAP_URI_INTERNAL_H_
18#define COAP_URI_INTERNAL_H_
19
20#include "coap_internal.h"
21
29typedef struct {
30 const char *name;
31 uint16_t port;
32 uint16_t proxy_only;
35
37
40#endif /* COAP_URI_INTERNAL_H_ */
Pulls together all the internal only header files.
coap_uri_scheme_t
The scheme specifiers.
Definition: coap_uri.h:28
@ COAP_URI_SCHEME_LAST
Definition: coap_uri.h:37
coap_uri_info_t coap_uri_scheme[COAP_URI_SCHEME_LAST]
Definition: coap_uri.c:51
uint16_t proxy_only
set if proxy support only
const char * name
scheme name
coap_uri_scheme_t scheme
scheme
uint16_t port
default scheme port