Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
COMMITS
/ test/node/https.js April 25, 2024
L
fix: replace deprecated `url.parse()` with `new URL()`
Lucian Mocanu committed
August 15, 2023
T
Revert "chore: bump deps, xo linting"
titanism committed
T
chore: bump deps, xo linting
titanism committed
December 1, 2021
N
chore: bump deps, fixed linting
niftylettuce committed
February 15, 2021
N
chore: bump deps, including form-data (closes #1267)
niftylettuce committed
August 8, 2020
N
fix: bump deps, fixed linting, specific retry approach
niftylettuce committed
November 21, 2019
C
Feature disable tls certs (#1511)
commenthol committed
March 28, 2019
N
feat: modern rewrite and refactoring
niftylettuce committed
December 2, 2018
K
Allow HTTPS to be broken on localhost (only!)
Kornel committed
K
Fixed rotten HTTPS tests
Kornel committed
September 17, 2018
S
Add supporting HTTP/2 to Express
sogaani committed
July 27, 2018
K
Upgrade notes
Kornel committed
August 1, 2018
S
Add mechanism to enable http2
sogaani committed
July 29, 2018
S
Fix http2 tests
sogaani committed
January 26, 2018
K
PFX tests are broken
Kornel committed
January 21, 2018
K
Catch error in tests
Kornel committed
October 19, 2017
K
ES6ify Node tests
Kornel committed
May 18, 2017
P
Support passphrase with pfx certificate
Paul Westerdale (ABRS Limited) committed
November 7, 2016
R
Support `pfx` TLS option with new pfx() method.
Reid Burke committed
K
Use assert.equal for better error reporting
Kornel Lesiński committed
K
Drop better-assert
Kornel Lesiński committed
August 31, 2016
T
No slacking when constructing JSON.
terusus committed
T
Added authentication with client certificates.
terusus committed
January 27, 2016
P
avoid TCP port conflicts in all tests
Peter Lyons committed
December 23, 2014
R
remove arity check for `.end()`
Roman Shtylman committed
March 29, 2013
R
Added tests for https and setting Certificate Authority;
RGBboy committed