Sujet : Re: geturl
De : saitology9 (at) *nospam* gmail.com (saito)
Groupes : comp.lang.tclDate : 04. Jun 2025, 16:34:57
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101pp33$t1n0$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 5/22/2025 5:20 PM, Schelte wrote:
Take a look at my www project: https://chiselapp.com/user/schelte/ repository/www. It does at least some of what you ask about. Let me know if there is generally useful functionality you are missing.
Since you asked for new functionality :-)
I think a method that would take a response body and mime parse it into individual components would be a great addition. I believe the package is doing this already when constructing the request. Something similar on the response would make it easier for users of the package. What do you think?