dylan-lang / http

HTTP server and client for Dylan
https://opendylan.org/package/http
MIT License
22 stars 11 forks source link

Implement multipart/form-data #93

Closed cgay closed 4 years ago

cgay commented 4 years ago

Implement multipart/form-data. This isn't complete but is enough to use in play.opendylan.org.

Also added get-query-values to retrieve all URL/form values under the same key.