Gracefully close the server. No more new connections will be accepted, * while pending requests will be allowed to finish.
()
| 5338 | * while pending requests will be allowed to finish. |
| 5339 | */ |
| 5340 | shutdown(): Promise<void>; |
| 5341 | } |
| 5342 | |
| 5343 | /** Serves HTTP requests with the given handler. |
no outgoing calls
no test coverage detected