HTTPS/Authenticated: Difference between revisions

Content added Content deleted
(Racket)
Line 229: Line 229:


=={{header|Racket}}==
=={{header|Racket}}==
<lang Scheme>
<lang racket>
#lang racket
#lang racket


(require net/url
(require net/url net/url-connect openssl)
net/url-connect
openssl)


(module+ main
(module+ main
Line 253: Line 251:
(displayln l))))
(displayln l))))
</lang>
</lang>

=={{header|Tcl}}==
=={{header|Tcl}}==
{{works with|Tcl|8.6}} for the <code>binary encode</code> subcommand, otherwise uses
{{works with|Tcl|8.6}} for the <code>binary encode</code> subcommand, otherwise uses