public function EntityEnclosingRequestInterface::removePostField

Remove a POST field or file by name

Parameters

string $field Name of the POST field or file to remove:

Return value

EntityEnclosingRequestInterface

1 method overrides EntityEnclosingRequestInterface::removePostField()
EntityEnclosingRequest::removePostField in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
Remove a POST field or file by name

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php, line 79

Class

EntityEnclosingRequestInterface
HTTP request that sends an entity-body in the request message (POST, PUT)

Namespace

Guzzle\Http\Message

Code

public function removePostField($field);