Sure!
scala> h(:/("example.com") << Seq("a"->"b","a"->"c")
>>> System.out)
You can pass in any Traversable[(String, String)]
Nathan
On 04/17/2011 02:06 PM, getagrip [via Databinder] wrote:
As of 0.8.0 is it possible to add multiple key/value
pairs to the dispatch-request with the key having the same value?
e.g.
userid -> joe
userid -> sally
If so, could you give a short example?