mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-12 21:46:54 +03:00
Add HTTP support and update checking
This commit is contained in:
parent
2c72908f76
commit
01381ed084
104 changed files with 111355 additions and 25 deletions
8
code/cpp-httplib-0.19.0/test/www2/dir/index.html
Normal file
8
code/cpp-httplib-0.19.0/test/www2/dir/index.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/dir/test.html">Test</a>
|
||||
<a href="/hi">hi</a>
|
||||
</body>
|
||||
</html>
|
6
code/cpp-httplib-0.19.0/test/www2/dir/meson.build
Normal file
6
code/cpp-httplib-0.19.0/test/www2/dir/meson.build
Normal file
|
@ -0,0 +1,6 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrea Pappacoda
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
configure_file(input: 'index.html', output: 'index.html', copy: true)
|
||||
configure_file(input: 'test.html', output: 'test.html', copy: true)
|
1
code/cpp-httplib-0.19.0/test/www2/dir/test.html
Normal file
1
code/cpp-httplib-0.19.0/test/www2/dir/test.html
Normal file
|
@ -0,0 +1 @@
|
|||
test.html
|
Loading…
Add table
Add a link
Reference in a new issue