Releases: finestructure/Rester
Releases · finestructure/Rester
Individual request timeout
- Each request has a 5s (to be configurable) timeout instead of a full job timeout of (number of requests) * 5s.
- More tests for json array parsing and substitution
Log command
Added log:
to request
definition.
requests:
get_example:
url: ${API_URL}/anything
method: GET
validation:
status: 200
log: true
Also supports partials and key paths:
log:
- status
- json
log:
- json.foo.bar
Basic feature set
- GET, POST, PUT, DELETE requests
- send headers
- send query parameters
- form and json body
- validation
- status codes
- json responses
- headers
- variable substitution
- file defined
- environment defined
- response referencing
- file batching (Restfile referencing Restfiles)
- request delays
Initial release
Merge pull request #4 from finestructure/docker-image Build app image