Module

x/servest/server.ts

🌾A progressive http server for Deno🌾
Latest
import * as mod from "https://dotland.deno.dev/x/servest@v1.3.4/server.ts";

Functions

Try to continually read and process requests from keep-alive connection.

Interfaces

request data for building http request to server

Incoming http request for handling request from client

Incoming http response from server to client

serve options

Outgoing http response for building request to server

response data for building http response to client