|
@@ -1,10 +1,10 @@
|
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
|
-<html lang="en">
|
|
|
|
|
|
|
+<html lang="en" data-base-path="/cpp-httplib">
|
|
|
<head>
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<title>Static File Server - cpp-httplib</title>
|
|
<title>Static File Server - cpp-httplib</title>
|
|
|
- <link rel="stylesheet" href="/css/main.css">
|
|
|
|
|
|
|
+ <link rel="stylesheet" href="/cpp-httplib/css/main.css">
|
|
|
<script>
|
|
<script>
|
|
|
(function() {
|
|
(function() {
|
|
|
var t = localStorage.getItem('preferred-theme');
|
|
var t = localStorage.getItem('preferred-theme');
|
|
@@ -16,11 +16,11 @@
|
|
|
<body>
|
|
<body>
|
|
|
<header class="header">
|
|
<header class="header">
|
|
|
<div class="header-inner">
|
|
<div class="header-inner">
|
|
|
- <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
|
|
|
|
|
|
|
+ <a href="/cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
|
|
|
<div class="header-spacer"></div>
|
|
<div class="header-spacer"></div>
|
|
|
<nav class="header-nav">
|
|
<nav class="header-nav">
|
|
|
- <a href="/en/">Home</a>
|
|
|
|
|
- <a href="/en/tour/">Tour</a>
|
|
|
|
|
|
|
+ <a href="/cpp-httplib/en/">Home</a>
|
|
|
|
|
+ <a href="/cpp-httplib/en/tour/">Tour</a>
|
|
|
</nav>
|
|
</nav>
|
|
|
<div class="header-tools">
|
|
<div class="header-tools">
|
|
|
<button class="theme-toggle" aria-label="Toggle theme"></button>
|
|
<button class="theme-toggle" aria-label="Toggle theme"></button>
|
|
@@ -47,27 +47,27 @@
|
|
|
<nav class="sidebar-nav">
|
|
<nav class="sidebar-nav">
|
|
|
|
|
|
|
|
<div class="nav-section">
|
|
<div class="nav-section">
|
|
|
- <a href="/en/tour/" class="nav-section-title active">A Tour of cpp-httplib</a>
|
|
|
|
|
|
|
+ <a href="/cpp-httplib/en/tour/" class="nav-section-title active">A Tour of cpp-httplib</a>
|
|
|
|
|
|
|
|
<ul class="nav-list">
|
|
<ul class="nav-list">
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/01-getting-started/" class="">Getting Started</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/01-getting-started/" class="">Getting Started</a></li>
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/02-basic-client/" class="">Basic Client</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/02-basic-client/" class="">Basic Client</a></li>
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/03-basic-server/" class="">Basic Server</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/03-basic-server/" class="">Basic Server</a></li>
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/04-static-file-server/" class="active">Static File Server</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/04-static-file-server/" class="active">Static File Server</a></li>
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/05-tls-setup/" class="">TLS Setup</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/05-tls-setup/" class="">TLS Setup</a></li>
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/06-https-client/" class="">HTTPS Client</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/06-https-client/" class="">HTTPS Client</a></li>
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/07-https-server/" class="">HTTPS Server</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/07-https-server/" class="">HTTPS Server</a></li>
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/08-websocket/" class="">WebSocket</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/08-websocket/" class="">WebSocket</a></li>
|
|
|
|
|
|
|
|
- <li><a href="/en/tour/09-whats-next/" class="">What's Next</a></li>
|
|
|
|
|
|
|
+ <li><a href="/cpp-httplib/en/tour/09-whats-next/" class="">What's Next</a></li>
|
|
|
|
|
|
|
|
</ul>
|
|
</ul>
|
|
|
|
|
|
|
@@ -261,9 +261,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<footer class="footer">
|
|
<footer class="footer">
|
|
|
- © 2025 yhirose. All rights reserved.
|
|
|
|
|
|
|
+ © 2026 yhirose. All rights reserved.
|
|
|
</footer>
|
|
</footer>
|
|
|
|
|
|
|
|
- <script src="/js/main.js"></script>
|
|
|
|
|
|
|
+ <script src="/cpp-httplib/js/main.js"></script>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|