mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
fix(ext/flash): add missing backticks in server docs (#15644)
This commit is contained in:
parent
dbfaaddb4f
commit
7c4f57e8b0
1 changed files with 1 additions and 0 deletions
1
cli/dts/lib.deno.unstable.d.ts
vendored
1
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -1329,6 +1329,7 @@ declare namespace Deno {
|
|||
* const cert = "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----\n";
|
||||
* const key = "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n";
|
||||
* Deno.serve({ cert, key }, (_req) => new Response("Hello, world"));
|
||||
* ```
|
||||
*
|
||||
* @category HTTP Server
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue