Skip to content

Releases: andrewpillar/req

v1.1.0: Add support for cookies

14 Jun 14:56
Compare
Choose a tag to compare

This release of req now supports working with cookies via the cookie command for creating cookies, and via the 'Cookie' field on the response object that is returned from sending a request.

Also included with this release is the new tuple value that can allow for working with response headers that may contain multiple values. The tuple value will allow you to use a response header value as either a single string, or an array of strings.

More information about both of these features can be found in the documentation.

v1.0.0

26 Feb 23:02
Compare
Choose a tag to compare

Initial release of the HTTP scripting language req. See the documentation on how to use and install.