Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AndCookie method to response builder #10

Merged
merged 1 commit into from
Jun 3, 2020

Conversation

sandermvanvliet
Copy link
Owner

This PR adds the AndCookie method to the response builder to have a more convenient way of adding cookies to a configured response.

Instead of having to format the Set-Cookie header via the AndHeaders method, this PR now provides AndCookie("name", "value") to simplify your test cases.

@sandermvanvliet sandermvanvliet merged commit fd643c6 into master Jun 3, 2020
@sandermvanvliet sandermvanvliet deleted the feature/add-cookies-to-response branch June 3, 2020 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant