Skip to main content
ServerHttp2Stream.pushAllowed - node__http2.d.ts - Node documentation
property ServerHttp2Stream.pushAllowed

Usage in Deno

```typescript import { type ServerHttp2Stream } from "node:node__http2.d.ts"; ```
Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote client's most recent `SETTINGS` frame. Will be `true` if the remote peer accepts push streams, `false` otherwise. Settings are the same for every `Http2Stream` in the same `Http2Session`.

Type

boolean