mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
71551c80a1
Closes https://github.com/denoland/deno/issues/21828. This API is a huge footgun. And given that "Deno.serveHttp" is a deprecated API that is discouraged to use (use "Deno.serve()" instead); it makes no sense to keep this API around. This is a step towards fully migrating to Hyper 1.
12 lines
352 B
Text
12 lines
352 B
Text
main [class HttpClient]
|
|
main [Function: createHttpClient]
|
|
main [class HttpConn]
|
|
main Symbol("[[associated_ws]]")
|
|
main [Function: serve]
|
|
main [Function: upgradeWebSocket]
|
|
worker [class HttpClient]
|
|
worker [Function: createHttpClient]
|
|
worker [class HttpConn]
|
|
worker Symbol("[[associated_ws]]")
|
|
worker [Function: serve]
|
|
worker [Function: upgradeWebSocket]
|