HTTP
Provides HTTP and server implementations.
Methods
http.handle()
http.handle()
Registers a new handler for the given pattern.
http.listen()
http.listen()
Starts an HTTP server with the given address. Executes the provided callback if successful.
Last updated