hytopia 0.1.19 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [server](./server.md) &gt; [HYTOPIA](./server.hytopia.md) &gt; [WebServer](./server.hytopia.webserver.md) &gt; [enableLocalSSL](./server.hytopia.webserver.enablelocalssl.md)
4
-
5
- ## HYTOPIA.WebServer.enableLocalSSL() method
6
-
7
- Enables SSL for local development. The server will be available at https://localhost:8080. This is intended for local development without a reverse proxy. Don't use it when using tunnels like ngrok.com that already handle SSL. Usage of this method will be ignored in production. Must be called in init function of [startServer()](./server.startserver.md)<!-- -->.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- enableLocalSSL(): void;
13
- ```
14
- **Returns:**
15
-
16
- void
17
-
@@ -1,17 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [server](./server.md) &gt; [WebServer](./server.webserver.md) &gt; [enableLocalSSL](./server.webserver.enablelocalssl.md)
4
-
5
- ## WebServer.enableLocalSSL() method
6
-
7
- Enables SSL for local development. The server will be available at https://localhost:8080. This is intended for local development without a reverse proxy. Don't use it when using tunnels like ngrok.com that already handle SSL. Usage of this method will be ignored in production. Must be called in init function of [startServer()](./server.startserver.md)<!-- -->.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- enableLocalSSL(): void;
13
- ```
14
- **Returns:**
15
-
16
- void
17
-