Philip McGrath writes: > I've put up the code I mentioned for email-sending and a proxy server at > https://github.com/LiberalArtist/multipart-writing-examples As noted, these > are not general-purpose solutions to either of those problems—I know of a > bunch of cases I don't cover, and I basically only have to use these with > trusted input—so caveat utor! But hopefully they're useful. I'd be very > happy to contribute to this effort, as well: a proper multipart writing > library would go a long way to getting some of the little bits of code I've > produced into good enough shape to post as a package, enough so that I've > thought about tackling it myself.
Thank you! While not perfect, still probably helpful for my purpose :) > Maybe you've already seen this, but most of the functions in this family > support supplying post data as a `data-procedure/c > <https://docs.racket-lang.org/net/http-client.html#(def._((lib._net%2Fhttp-client..rkt)._data-procedure%2Fc))>`, > which lets you stream using chunked content transfer encoding. I think the > most explicit documentation for that is under `http-conn-send! > <https://docs.racket-lang.org/net/http-client.html#%28def._%28%28lib._net%2Fhttp-client..rkt%29._http-conn-send%21%29%29>`. I have seen this but admittedly I do not understand how to use it. Maybe it is a failure on my part to understand the contract descriptions. Could someone supply an example of use? I'd really appreciate it. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.