Sujet : Re: geturl
De : rich (at) *nospam* example.invalid (Rich)
Groupes : comp.lang.tclDate : 22. May 2025, 23:33:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <100o8ok$3mn4a$1@dont-email.me>
References : 1
User-Agent : tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64))
saito <
saitology9@gmail.com> wrote:
Does anyone have a version of geturl with a few bells and whistles? Like
following redirects, going through proxies, handling custom headers,
uploading a file, etc? My use case will involve downloading which may
include a file, and uploading content (i.e., file) with extra headers.
tclcurl-fa (
https://github.com/flightaware/tclcurl-fa) likely exposes
all of those needs, but you do need to be able to compile a C
extension in order to use it.