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 multiple route responses tutorial #10

Closed
255kb opened this issue Aug 13, 2019 · 1 comment
Closed

Add multiple route responses tutorial #10

255kb opened this issue Aug 13, 2019 · 1 comment
Assignees
Milestone

Comments

@255kb
Copy link
Member

255kb commented Aug 13, 2019

on the following URL: https://mockoon.com/tutorial/multiple-route-responses/

@255kb 255kb self-assigned this Aug 13, 2019
@255kb
Copy link
Member Author

255kb commented Aug 14, 2019

  • works with body path (json / form param),
  • query string (object / array path too: &test[one]=2 -> test.one == 2 OR &test[]=2 -> test.0 == 2),
  • header value,
  • route param value

@255kb 255kb added this to the v1.5.0 milestone Aug 23, 2019
@255kb 255kb closed this as completed in 7657104 Sep 19, 2019
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

No branches or pull requests

1 participant