Releases: VBA-tools/VBA-Web
Releases · VBA-tools/VBA-Web
Excel-REST v3.0.1
- Add
DigestAuthenticator - Add
UrlPartsand other helpers - General cleanup and formatting
Excel-REST v3.0.0
- Add
Client.GetJSONandClient.PostJSONhelpers to GET and POST JSON without setting up request - Add
AfterExecutetoIAuthenticator
Excel-REST v2.3.0
- Add
form-urlencodedformat and helpers - Combine Body + Parameters and Querystring + Parameters with priority given to Body or Querystring, respectively
Excel-REST v2.2.1
- Add
Response.Headerscollection of response headers
Excel-REST v2.2.0
- Add cookie support with
Request.AddCookie(key, value)andResponse.Cookies
Excel-REST v2.1.3
- Bugfixes and refactor
Excel-REST v2.1.2
- Add raw binary
BodytoRestResponsefor handling files (thanks @berkus)
Excel-REST v2.1.1
- Use
Valfor number parsing in locale-dependent settings
Excel-REST v2.1.0
- Add proxy support with
RestClient.SetProxy - Add dependency to Microsoft Scripting Runtime for explicit
Dictionaryusage
Excel-REST v2.0.2
- Add Content-Length header to requests
- Use 408 status code instead of 504 for timeouts