udash-core icon indicating copy to clipboard operation
udash-core copied to clipboard

Multi-value parameters

Open ghik opened this issue 6 years ago • 0 comments

HTTP headers and query parameters can be repeated in HTTP request. Also, query parameter may be a flag without a value (e.g. ?flag). Currently, REST framework is unable to handle these situations.

ghik avatar Dec 10 '18 10:12 ghik