You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
5
5
* Implements `sha224()`, `sha256()`, `sha384()` and `sha512()` series of fast, optimised cryptographic hash and HMAC generation functions using the 'Mbed TLS' library.
6
6
*`ncurl()` and `stream()` gain the argmument 'pem' for optionally specifying a certificate authority certificate chain PEM file for authenticating secure sites.
7
-
*`ncurl()` now returns additional `$status` (response status code) and `$time` (server date header) fields.
7
+
*`ncurl()` gains the argument 'request' for specifying response headers to return.
8
+
*`ncurl()` now returns additional `$status` (response status code) and `$headers` (response headers) fields.
8
9
*`messenger()` gains the argument 'auth' for authenticating communications based on a pre-shared key.
9
10
*`random()` gains the argument 'n' for generating a vector of random numbers.
cat("< ncurlAio >\n - $status for response status code\n - $time for server date header\n - $raw for raw message\n - $data for message data\n", file= stdout())
276
+
cat("< ncurlAio >\n - $status for response status code\n - $headers for requested response headers\n - $raw for raw message\n - $data for message data\n", file= stdout())
0 commit comments