property ServerOptions.requestTimeout
Usage in Deno
```typescript
import { type ServerOptions } from "node:node__http.d.ts";
```
Sets the timeout value in milliseconds for receiving the entire request from the client.
- Server.requestTimeout for more information.