[racket] multipart http requests
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