leanovate / play-mockws

Mock WS client for Play Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for cookies on request?

gregsilin opened this issue · comments

Hi,

Currently, there doesn't seem to be a way to inject cookies into the mock request when using the mockws library. What's the feasibility of adding this functionality?

Can you explain why it is not possible?
Sending the cookie from the client is simply sending an header.
And adding a cookie from the client is also simply sending an header.

Duh, I knew that :). thanks