[racket] multipart http requests

From: Spencer Florence (florence at ccs.neu.edu)
Date: Tue Dec 30 14:34:59 EST 2014

Unfortunately what I'm looking something to handle automatically sending
http post's of the type multipart/form-data.


On Tue Dec 30 2014 at 12:31:11 PM Tony Garnock-Jones <tonyg at ccs.neu.edu>
wrote:

> On 12/30/2014 10:22 AM, Spencer Florence wrote:
> > Does anyone know of a racket library that does multipart posts? Neither
> > the net/http-client nor net/url libraries seem to have an abstraction
> > for this built in.
>
> Looks like http://docs.racket-lang.org/net/mime.html will parse a MIME
> message, but from that documentation, I don't see anything for producing
> one. So I suppose if you're only concerned with understanding incoming
> MIME messages, you could be in luck?
>
> Tony
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20141230/2ad4cefc/attachment.html>

Posted on the users mailing list.