Skip to content

Commit b02bbf3

Browse files
V2.1.0: form values: url encoded and multipart
1 parent 7b038ec commit b02bbf3

File tree

4 files changed

+875
-687
lines changed

4 files changed

+875
-687
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22

3-
# 2.0.1
3+
## 2.1.0
4+
- Added support for form values (url-encoded and multipart-formdata)
5+
6+
## 2.0.1
47
- Bug fix (Mac only): proper error message when connection refused
58

69
## 2.0.0

docs/zzapi-bundle-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ requests:
6565
* `tests`: a set of tests applied to all the requests in this bundle
6666
* `options`: options applicable to all requests, unless overridden
6767

68-
### request
68+
## request
6969

7070
* `url`: required, URL of the request (baseUrl from common settings will be prefixed if the URL starts with a /)
7171
* `method`: required, one of GET, POST, PUT, PATCH etc

0 commit comments

Comments
 (0)