[racket] multipart http requests

From: Tony Garnock-Jones (tonyg at ccs.neu.edu)
Date: Tue Dec 30 13:33:48 EST 2014

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

Posted on the users mailing list.