Unfortunately what I'm looking something to handle automatically sending http post's of the type multipart/form-data. <br><br><br><div class="gmail_quote">On Tue Dec 30 2014 at 12:31:11 PM Tony Garnock-Jones <<a href="mailto:tonyg@ccs.neu.edu" target="_blank">tonyg@ccs.neu.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12/30/2014 10:22 AM, Spencer Florence wrote:<br>
> Does anyone know of a racket library that does multipart posts? Neither<br>
> the net/http-client nor net/url libraries seem to have an abstraction<br>
> for this built in.<br>
<br>
Looks like <a href="http://docs.racket-lang.org/net/mime.html" target="_blank">http://docs.racket-lang.org/<u></u>ne<u></u>t/mime.html</a> will parse a MIME<br>
message, but from that documentation, I don't see anything for producing<br>
one. So I suppose if you're only concerned with understanding incoming<br>
MIME messages, you could be in luck?<br>
<br>
Tony<br>
</blockquote></div>