View in color | View documentation | License |
Download script | History | Other scripts by: sergey |
7-Sep 17:09 UTC
[0.047] 11.018k
[0.047] 11.018k
reads.rREBOL [
title: "Gateway for read from url with modern SSL/TLS"
File: %reads.r
Date: 08-07-2024
Version: 0.0.1
Author: "Sergey Pochinok"
Purpose: "Function allows you to read a file via a link using the HTTPS protocol with modern methods of traffic SSL/TLS encryption"
EMail: [%pochinok--bk--ru]
History: [
0.0.1 [08-07-2024 "Started"]
]
Category: [net]
library: [
level: 'intermediate
platform: 'all
type: 'function
domain: [http other-net ssl web]
tested-under: [core & view 2.7.8.3.1 win & linux]
support: none
license: 'BSD
see-also: none
]
]
reads: func [
"Read from url using modern encryption protocols such as SSL/TLS"
request [url!] "request url"
] [
read append copy http://www.pochinoksergey.ru/rebol/proxy.php?q= request ] Notes
|