File SystemHTTP & NetworkingHot reload an HTTP serverThe --hot flag runs a file with hot reloading enabled. When any module or file changes, Bun re-runs the file.Copy MarkdownOpenSend an HTTP request using fetchBun implements the Web-standard fetch API for sending HTTP requests. To send a GET request to a URL:Start a cluster of HTTP serversRun multiple HTTP servers concurrently with the "reusePort" option to share the same port across multiple processes