RosettaCodeData/Task/HTTPS-Client-authenticated/PicoLisp/https-client-authenticated.l

4 lines
112 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(in '(curl "-E" "myCert.pem" "https://www.example.com")
(while (line)
(doSomeProcessingWithLine @) ) )