Executes this request with HTTP PUT.
The returned Future will complete with an instance of TestResponse which can be used
in test expectations using hasResponse or hasStatus.
Source
Future<TestResponse> put() {
return _executeRequest("PUT");
}
Executes this request with HTTP PUT.
The returned Future will complete with an instance of TestResponse which can be used
in test expectations using hasResponse or hasStatus.
Future<TestResponse> put() {
return _executeRequest("PUT");
}