jaulib
v1.3.8
Jau Support Library (C++, Java, ..)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace 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
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Variables
b
d
f
h
i
j
m
v
Typedefs
a
b
c
d
f
g
i
j
l
m
n
p
q
r
s
u
v
Enumerations
a
b
c
e
f
i
l
m
n
o
p
t
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
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
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
m
o
p
r
s
t
u
Variables
_
a
b
c
d
e
g
h
i
l
m
n
o
p
q
s
u
v
z
Typedefs
i
j
n
o
p
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Macros
_
a
c
d
e
f
i
j
l
m
o
p
r
s
w
Examples
▼
jaulib
►
Jau Support Library (C++, Java, ...)
Deprecated List
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
include
►
src
▼
test
►
string_cfmt2.hpp
►
test_basictypeconv.cpp
►
test_big_int01.hpp
►
test_big_int01_32bit.cpp
test_big_int01_64bit.cpp
►
test_big_int02.hpp
►
test_big_int02_32bit.cpp
test_big_int02_64bit.cpp
►
test_bytestream01.cpp
►
test_codec_base01.cpp
►
test_cow_darray_perf01.cpp
►
test_cow_iterator_01.cpp
►
test_darray_00.cpp
►
test_darray_01.cpp
►
test_datatype01.hpp
►
test_datatype02.hpp
►
test_enumutil.cpp
►
test_eui48.cpp
►
test_exceptions01.cpp
►
test_fileutils.hpp
►
test_fileutils01.cpp
►
test_fileutils_copy_r_p.hpp
►
test_fractions_01.cpp
►
test_functional.hpp
►
test_functional1.cpp
►
test_functional1_perf.cpp
►
test_functional2.cpp
►
test_functional2_perf.cpp
►
test_functional3.cpp
►
test_functional3_perf.cpp
►
test_functional_perf.hpp
►
test_hashset_perf01.cpp
►
test_httpd.hpp
►
test_httpstream01.cpp
►
test_int_math01.cpp
►
test_int_math_perf01.cpp
►
test_intdecstring01.cpp
►
test_iostream01.cpp
►
test_latch01.cpp
►
test_lfringbuffer01.cpp
►
test_lfringbuffer02.cpp
►
test_lfringbuffer03.cpp
►
test_lfringbuffer04.cpp
►
test_lfringbuffer11.cpp
►
test_lfringbuffer12.cpp
►
test_lfringbuffer13.cpp
►
test_lfringbuffer_a.hpp
►
test_math_float.cpp
►
test_math_float_perf01.cpp
►
test_math_mat4f_01.cpp
►
test_math_mat4f_02_mul.cpp
►
test_math_mat4f_03_inv.cpp
►
test_math_mat4f_10_project01.cpp
►
test_math_mat4f_11_unproject.cpp
►
test_math_quaternion.cpp
►
test_math_vec.cpp
►
test_mm_sc_drf_00.cpp
►
test_mm_sc_drf_01.cpp
►
test_os_cpu_arch.cpp
►
test_os_dynlinker.cpp
►
test_os_posix_libc_macros.cpp
►
test_service_runner01.cpp
►
test_simple_timer01.cpp
►
test_stringfmt01.cpp
►
test_to_string.cpp
►
test_token_fsm.cpp
►
test_type_traits_queries01.cpp
►
test_uuid.cpp
►
test_versionnumber01.cpp
►
testsudo_fileutils02.cpp
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
test_httpd.hpp
Go to the documentation of this file.
1
/*
2
* Author: Sven Gothel <sgothel@jausoft.com>
3
* Copyright (c) 2021 Gothel Software e.K.
4
*
5
* Permission is hereby granted, free of charge, to any person obtaining
6
* a copy of this software and associated documentation files (the
7
* "Software"), to deal in the Software without restriction, including
8
* without limitation the rights to use, copy, modify, merge, publish,
9
* distribute, sublicense, and/or sell copies of the Software, and to
10
* permit persons to whom the Software is furnished to do so, subject to
11
* the following conditions:
12
*
13
* The above copyright notice and this permission notice shall be
14
* included in all copies or substantial portions of the Software.
15
*
16
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
*/
24
25
#ifndef TEST_HTTPD_HPP_
26
#define TEST_HTTPD_HPP_
27
28
#include <string_view>
29
30
#if defined(__FreeBSD__)
31
constexpr
inline
std::string_view
mini_httpd_exe
=
"/usr/local/sbin/mini_httpd"
;
32
#else
33
constexpr
inline
std::string_view
mini_httpd_exe
=
"/usr/sbin/mini_httpd"
;
34
#endif
35
36
#endif
/* TEST_HTTPD_HPP_ */
mini_httpd_exe
constexpr std::string_view mini_httpd_exe
Definition
test_httpd.hpp:33
test
test_httpd.hpp
Generated by
1.13.2