Releases: OpenFn/language-http
v4.0.0
v3.2.0
ab3b4a8 minor version bump
f7b60a2 allow override of configuration.baseUrl by passing full URL with protocol
a1450a5 Merge pull request #30 from OpenFn/dependabot/npm_and_yarn/pathval-1.1.1
8203916 Merge pull request #29 from OpenFn/dependabot/npm_and_yarn/path-parse-1.0.7
0da6aa1 Bump pathval from 1.1.0 to 1.1.1
532e77e Bump path-parse from 1.0.6 to 1.0.7
v3.1.12
v3.1.11
v3.1.9
v3.1.8
Commits on Mar 31, 2021
@dependabot
Bump y18n from 4.0.0 to 4.0.1 …
51cbaf4
Commits on May 05, 2021
@taylordowns2000
Merge pull request #25 from OpenFn/dependabot/npm_and_yarn/y18n-4.0.1 …
23e2b57
Commits on May 19, 2021
@taylordowns2000
update package.json and include 'combine' from common
5c16110
@taylordowns2000
Merge branch 'master' of github.com:OpenFn/language-http
31633e5
Update inline docs
No new functionality. Juste replacing @function
with @constructor
.
Update docs for common
Bumped the common version; no functionality changes but provides inline documentation for common helpers.
Array responses are not modified unless keepCookie is used
keepCookie guarantees an object as state.data
for nextState... it normally spreads the response data and adds a __headers
and __cookie
key, but if the response data is an array it will be placed into the body
key for state.data
.
body
is the place that all non-standard JSON get's put when composing next state.
state.data
may be an object, and array, or a string (because it's using some non-supported language, usually) tucked into body: "<html>...
Selective expansion from new language-common
Smoothing out issues with non-expandable parameters