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

It is not currently possible to make assertions on HEAD requests #47

Closed
rhatherall opened this issue Apr 5, 2021 · 0 comments · Fixed by #48
Closed

It is not currently possible to make assertions on HEAD requests #47

rhatherall opened this issue Apr 5, 2021 · 0 comments · Fixed by #48
Assignees

Comments

@rhatherall
Copy link
Member

No description provided.

@rhatherall rhatherall self-assigned this Apr 5, 2021
rhatherall added a commit that referenced this issue Apr 5, 2021
Resolves #47.

It is now possible to assert HEAD requests. For example:
```Delphi
WebMock.Assert.Head('/').WasRequested;
```
rhatherall added a commit that referenced this issue Apr 5, 2021
Resolves #47.

It is now possible to assert HEAD requests. For example:
```Delphi
WebMock.Assert.Head('/').WasRequested;
```
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 a pull request may close this issue.

1 participant