CakeFest 2024: The Official CakePHP Conference

EventHttpRequest::removeHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::removeHeaderRemoves an HTTP header from the headers of the request

Descripción

public EventHttpRequest::removeHeader( string $key , string $type ): void

Removes an HTTP header from the headers of the request.

Parámetros

key

The header name.

type

type is one of EventHttpRequest::*_HEADER constants.

Valores devueltos

Removes an HTTP header from the headers of the request.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top