Remove a POST field or file by name
Parameters
string $field Name of the POST field or file to remove:
Return value
EntityEnclosingRequestInterface
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);