Dillo
v3.2.0-10-gc247d95a
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
f
g
i
k
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
b
c
d
f
h
i
l
m
n
o
p
r
s
t
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
g
i
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
m
n
t
u
v
Enumerations
a
c
d
f
i
k
n
o
p
u
x
Enumerator
a
b
c
d
f
g
h
i
k
m
n
p
q
r
s
t
u
x
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
hsts.h
Go to the documentation of this file.
1
#ifndef __HSTS_H__
2
#define __HSTS_H__
3
4
#include "
d_size.h
"
5
#include "
url.h
"
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
/* __cplusplus */
10
11
void
a_Hsts_init
(FILE *fp);
12
void
a_Hsts_set
(
const
char
*header,
const
DilloUrl
*url);
13
bool_t
a_Hsts_require_https
(
const
char
*host);
14
void
a_Hsts_freeall
(
void
);
15
16
#ifdef __cplusplus
17
}
18
#endif
/* __cplusplus */
19
#endif
/* !__HSTS_H__ */
d_size.h
bool_t
unsigned char bool_t
Definition
d_size.h:21
a_Hsts_require_https
bool_t a_Hsts_require_https(const char *host)
Definition
hsts.c:271
a_Hsts_init
void a_Hsts_init(FILE *fp)
Definition
hsts.c:357
a_Hsts_freeall
void a_Hsts_freeall(void)
Definition
hsts.c:55
a_Hsts_set
void a_Hsts_set(const char *header, const DilloUrl *url)
The response for this url had an HSTS header, so let's take action.
Definition
hsts.c:201
DilloUrl
Definition
url.h:88
url.h
Parse and normalize all URL's inside Dillo.
src
hsts.h
Generated on Sun Mar 30 2025 01:42:34 for Dillo by
1.9.8