-
Couldn't load subscription status.
- Fork 18
Open
Description
I would like to have a syntax that focuses on intent to improve further on readability. So instead of
Responses
.WithStatusCode(200)
.WithBody(@"{ msg: ""Hello world!""}")I would prefer
Responses
.Success
.WithBody(@"{ msg: ""Hello world!""}")other example
Responses
.RedirectTo("/bar");I think it may also be helpful when you want to simulate ill behaving servers
Metadata
Metadata
Assignees
Labels
No labels