Am 08.01.2014 09:21, schrieb Sergei Nosov:

Hi!

I've tried to use the <select multiple> tag in the form, but with no luck. Corresponding field in the req.form is just one of the selected options and not the whole array.

Is this functionality not implemented?

It's indeed currently not implemented. I'll change
HTTPServerRequest.form to be a multi-map type like the headers field
instead of string[string], which should fix it.