- *: feat: Add ability to exclude keys from HyperRequest and HyperResponse mementos (c0171fc)
- *: docs: Updated misspelled and missing docblocks (1ba168b)
- Interceptors: Add request to
onHyperResponse
interception point. (07ca539)
- HyperRequest: Add
asBinary
helper method. (98053ed)
- HyperRequest: Add retry handling to HyperRequests (daf90bd)
- HyperRequest: Default to a
HyperCFML/#versionNumber#
User-Agent (60100c4) - HyperBuilder: Allow resetting of existing fakes using
resetFakes
(beab1b7)
- CI: Add matrix and cron testing (fcf35a0)
- CI: Use better GitHub token (fba0ffa)
- HyperRequest: Bug Workaround for Booleans in Query Strings (b48e629)
- HyperRequest: Add certificate auth (6e3d335)
- *: chore: format with cfformat (a887d01)
- *: fix: Use previous host for redirect if redirect does not include a full URL (66c2570)
- HyperRequest: Add resolveUrls option (e270d98)
- build: Replace periodic failing GPG key (f3baea9)
- HttpClient: Allow for pluggable HTTP Clients (ad833b9)
- HyperRequest: Avoid double encoding using cfhttpparam (f25bc86)
- README: Remove Lucee 4.5 support from docs (3abe4f8)
- HyperRequest: Do not include username & password unless they have values (dcd2270)
- test: Add Adobe 2018 to Travis CI (14506b6)
- CHANGELOG: Correct changelog for 2.0.0 (a25648e)
- test: Add Adobe 2018 to Travis CI (14506b6)
- HyperRequest: Do not include username & password unless they have values (dcd2270)
- HyperRequest: Add throw on error flag (bf05152)
- HyperResponse: Use 504 status code for incomplete responses. (589a6c6)
- HyperRequest: Include equal signs in query param values (abc36be)
- *: Merge tag 'v1.14.2' (f01681b)
- *: Merge tag 'v1.14.1' (33165c2)
- *: Merge tag 'v1.14.0' (4b5f2a9)
- box.json: Migrate to coldbox-modules organization (c16a9a4)
- box.json: Update description (1c7f268)
- release: Enable semantic release (39e9ebd)
- docblocks: Update the docblock for data in HyperBuilder (a33ef95)
- README: Fix Travis CI link (d4785e4)
- HyperRequest: Add missing docblocks (8f6a3b5)
- README: Add initial documentation (9104e89)
- docblocks: Update docblocks for HyperBuilder, HyperRequest, and HyperResponse (6eb0087)
- HyperRequest: Add a when helper to execute conditions without breaking chaining. (b8ec096)
- HyperRequest: Clear out any configured values of the HyperRequest. (ca13e6f)
- HyperRequest: Add configurable timeout (929abeb)
- box.json: Fix line endings (102ee22)
- box.json: Use * as default version to avoid installation issues (again) (d2b32ff)
- box.json: Use latest as default version to avoid installation issues (4c56adc)
- box.json: Use * as default version to avoid installation issues (c0b5294)
- HyperRequest: Missing semicolon (484fa87)
- HyperRequest: Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray (a8b64de)
- HyperRequest: Preserve case in header names (59c3349)
- HyperRequest: Preserve case for query parameters (617f5db)
- HyperRequest: Serialize both params from the url and set on the HyperRequest (7e960a0)
- HyperResponse: Default to UTF-8 charset if none is present in the response. (9587100)
- HyperRequest: Fix withHeaders and withQueryParams for Lucee compatibility (26d5628)
- HyperBuilder: Only map HyperBuilder as a singleton in WireBox (e5556f7)
- *: Trigger build (46ae862)
- *: 1.3.0 (293bdc4)
- *: 1.3.0 (a9f939b)
- *: 1.3.0 (a66c31a)
- *: 1.0.0 (215fb05)
- *: Docblocks for HyperBuilder (18c4cb2)
- *: Add PUT, PATCH, and DELETE method shortcuts (f79694b)
- *: Add basic auth (dc90012)
- *: Rename makeRequest to send (05041b5)
- *: Serialize query params (9072a48)
- *: Add withHeaders method to set multiple headers at once (f4adf3e)
- *: Pass on any init arguments to builder to the default request (03a05a3)
- *: Allow defaults to be set on the HyperBuilder that appear on each request (ab034ca)
- *: Refactor to use internal api instead of external one (9f21e88)
- *: Add status code detection to the response class (abbdd70)
- *: Begin README (61cd67c)
- *: Default engine to the most restrictive engine we support. (54eed06)
- *: Switch ColdBox to be a devDependency (2871bc6)
- *: Add in missing coldbox dependency (cefb604)
- *: Some refactoring and fixes for ACF. (08dc986)
- *: Allow for POST requests (77a28ee)
- *: Handle redirects and store the request on the response (c1f6b33)
- *: It passes through all other methods to the HyperRequest class. (ccfd213)
- *: Throw an exception when trying to deserialize data to json that is not json (7030d38)
- *: Make a basic GET request with Hyper! (005edfd)
- box.json: Migrate to coldbox-modules organization (c16a9a4)
- box.json: Update description (1c7f268)
- release: Enable semantic release (39e9ebd)
- docblocks: Update the docblock for data in HyperBuilder (a33ef95)
- HyperRequest: Add missing docblocks (8f6a3b5)
- README: Add initial documentation (9104e89)
- docblocks: Update docblocks for HyperBuilder, HyperRequest, and HyperResponse (6eb0087)
- HyperRequest: Add a when helper to execute conditions without breaking chaining. (b8ec096)
- HyperRequest: Clear out any configured values of the HyperRequest. (ca13e6f)
- HyperRequest: Add configurable timeout (929abeb)
- box.json: Use * as default version to avoid installation issues (again) (d2b32ff)
- box.json: Use latest as default version to avoid installation issues (4c56adc)
- box.json: Use * as default version to avoid installation issues (c0b5294)
- HyperRequest: Missing semicolon (484fa87)
- HyperRequest: Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray (a8b64de)
- HyperRequest: Preserve case in header names (59c3349)
- HyperRequest: Preserve case for query parameters (617f5db)
- HyperRequest: Serialize both params from the url and set on the HyperRequest (7e960a0)
- HyperResponse: Default to UTF-8 charset if none is present in the response. (9587100)
- HyperRequest: Fix withHeaders and withQueryParams for Lucee compatibility (26d5628)
- HyperBuilder: Only map HyperBuilder as a singleton in WireBox (e5556f7)
- *: Trigger build (46ae862)
- *: 1.3.0 (293bdc4)
- *: 1.3.0 (a9f939b)
- *: 1.3.0 (a66c31a)
- *: 1.0.0 (215fb05)
- *: Docblocks for HyperBuilder (18c4cb2)
- *: Add PUT, PATCH, and DELETE method shortcuts (f79694b)
- *: Add basic auth (dc90012)
- *: Rename makeRequest to send (05041b5)
- *: Serialize query params (9072a48)
- *: Add withHeaders method to set multiple headers at once (f4adf3e)
- *: Pass on any init arguments to builder to the default request (03a05a3)
- *: Allow defaults to be set on the HyperBuilder that appear on each request (ab034ca)
- *: Refactor to use internal api instead of external one (9f21e88)
- *: Add status code detection to the response class (abbdd70)
- *: Begin README (61cd67c)
- *: Default engine to the most restrictive engine we support. (54eed06)
- *: Switch ColdBox to be a devDependency (2871bc6)
- *: Add in missing coldbox dependency (cefb604)
- *: Some refactoring and fixes for ACF. (08dc986)
- *: Allow for POST requests (77a28ee)
- *: Handle redirects and store the request on the response (c1f6b33)
- *: It passes through all other methods to the HyperRequest class. (ccfd213)
- *: Throw an exception when trying to deserialize data to json that is not json (7030d38)
- *: Make a basic GET request with Hyper! (005edfd)
- *: Initial commit (de0c27d)
- box.json: Migrate to coldbox-modules organization (c16a9a4)
- box.json: Update description (1c7f268)
- release: Enable semantic release (39e9ebd)
- docblocks: Update the docblock for data in HyperBuilder (a33ef95)
- HyperRequest: Add missing docblocks (8f6a3b5)
- README: Add initial documentation (9104e89)
- docblocks: Update docblocks for HyperBuilder, HyperRequest, and HyperResponse (6eb0087)
- HyperRequest: Add a when helper to execute conditions without breaking chaining. (b8ec096)
- HyperRequest: Clear out any configured values of the HyperRequest. (ca13e6f)
- HyperRequest: Add configurable timeout (929abeb)
- box.json: Use * as default version to avoid installation issues (again) (d2b32ff)
- box.json: Use latest as default version to avoid installation issues (4c56adc)
- box.json: Use * as default version to avoid installation issues (c0b5294)
- HyperRequest: Missing semicolon (484fa87)
- HyperRequest: Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray (a8b64de)
- HyperRequest: Preserve case in header names (59c3349)
- HyperRequest: Preserve case for query parameters (617f5db)
- HyperRequest: Serialize both params from the url and set on the HyperRequest (7e960a0)
- HyperResponse: Default to UTF-8 charset if none is present in the response. (9587100)
- HyperRequest: Fix withHeaders and withQueryParams for Lucee compatibility (26d5628)
- HyperBuilder: Only map HyperBuilder as a singleton in WireBox (e5556f7)
- *: Trigger build (46ae862)
- *: 1.3.0 (293bdc4)
- *: 1.3.0 (a9f939b)
- *: 1.3.0 (a66c31a)
- *: 1.0.0 (215fb05)
- *: Docblocks for HyperBuilder (18c4cb2)
- *: Add PUT, PATCH, and DELETE method shortcuts (f79694b)
- *: Add basic auth (dc90012)
- *: Rename makeRequest to send (05041b5)
- *: Serialize query params (9072a48)
- *: Add withHeaders method to set multiple headers at once (f4adf3e)
- *: Pass on any init arguments to builder to the default request (03a05a3)
- *: Allow defaults to be set on the HyperBuilder that appear on each request (ab034ca)
- *: Refactor to use internal api instead of external one (9f21e88)
- *: Add status code detection to the response class (abbdd70)
- *: Begin README (61cd67c)
- *: Default engine to the most restrictive engine we support. (54eed06)
- *: Switch ColdBox to be a devDependency (2871bc6)
- *: Add in missing coldbox dependency (cefb604)
- *: Some refactoring and fixes for ACF. (08dc986)
- *: Allow for POST requests (77a28ee)
- *: Handle redirects and store the request on the response (c1f6b33)
- *: It passes through all other methods to the HyperRequest class. (ccfd213)
- *: Throw an exception when trying to deserialize data to json that is not json (7030d38)
- *: Make a basic GET request with Hyper! (005edfd)
- *: Initial commit (de0c27d)
- box.json: Migrate to coldbox-modules organization (c16a9a4)
- box.json: Update description (1c7f268)
- release: Enable semantic release (39e9ebd)
- docblocks: Update the docblock for data in HyperBuilder (a33ef95)
- HyperRequest: Add missing docblocks (8f6a3b5)
- README: Add initial documentation (9104e89)
- docblocks: Update docblocks for HyperBuilder, HyperRequest, and HyperResponse (6eb0087)
- HyperRequest: Add a when helper to execute conditions without breaking chaining. (b8ec096)
- HyperRequest: Clear out any configured values of the HyperRequest. (ca13e6f)
- HyperRequest: Add configurable timeout (929abeb)
- box.json: Use * as default version to avoid installation issues (again) (d2b32ff)
- box.json: Use latest as default version to avoid installation issues (4c56adc)
- box.json: Use * as default version to avoid installation issues (c0b5294)
- HyperRequest: Missing semicolon (484fa87)
- HyperRequest: Fix for Lucee 4 compatibility on LinkedHashMaps and keyArray (a8b64de)
- HyperRequest: Preserve case in header names (59c3349)
- HyperRequest: Preserve case for query parameters (617f5db)
- HyperRequest: Serialize both params from the url and set on the HyperRequest (7e960a0)
- HyperResponse: Default to UTF-8 charset if none is present in the response. (9587100)
- HyperRequest: Fix withHeaders and withQueryParams for Lucee compatibility (26d5628)
- HyperBuilder: Only map HyperBuilder as a singleton in WireBox (e5556f7)
- *: Trigger build (46ae862)
- *: 1.3.0 (293bdc4)
- *: 1.3.0 (a9f939b)
- *: 1.3.0 (a66c31a)
- *: 1.0.0 (215fb05)
- *: Docblocks for HyperBuilder (18c4cb2)
- *: Add PUT, PATCH, and DELETE method shortcuts (f79694b)
- *: Add basic auth (dc90012)
- *: Rename makeRequest to send (05041b5)
- *: Serialize query params (9072a48)
- *: Add withHeaders method to set multiple headers at once (f4adf3e)
- *: Pass on any init arguments to builder to the default request (03a05a3)
- *: Allow defaults to be set on the HyperBuilder that appear on each request (ab034ca)
- *: Refactor to use internal api instead of external one (9f21e88)
- *: Add status code detection to the response class (abbdd70)
- *: Begin README (61cd67c)
- *: Default engine to the most restrictive engine we support. (54eed06)
- *: Switch ColdBox to be a devDependency (2871bc6)
- *: Add in missing coldbox dependency (cefb604)
- *: Some refactoring and fixes for ACF. (08dc986)
- *: Allow for POST requests (77a28ee)
- *: Handle redirects and store the request on the response (c1f6b33)
- *: It passes through all other methods to the HyperRequest class. (ccfd213)
- *: Throw an exception when trying to deserialize data to json that is not json (7030d38)
- *: Make a basic GET request with Hyper! (005edfd)
- *: Initial commit (de0c27d)