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 context expiration cancellation support #86

Merged

Commits on May 27, 2021

  1. Add support for expired and cancelled request contexts

    This should make gock behave the same as the standard HTTP client when
    it comes to request context behavior.
    wfscot committed May 27, 2021
    Configuration menu
    Copy the full SHA
    a24b93c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Update go.mod based on context support

    http.NewRequestWithContext was introduced in go v1.13 so that is now the
    minimum required version. Also remove unused modules via go mod tidy.
    wfscot committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7c359e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    45b57b3 View commit details
    Browse the repository at this point in the history