Go Interception

Open-source Go projects categorized as Interception

Go Interception Projects

Interception
  1. gock

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

    Project mention: The best way for testing outbound API calls | dev.to | 2025-02-06

    Another great option is gock, a lib that is also inspired by nock, with a simple and easy API. It works by intercepting any HTTP request made by any http.Client and adding it to a list, so it can check if a mock request exists. If not, an error is returned, unless the real networking mode is on. In that case, the request is done normally.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Interception discussion

Log in or Post with

Go Interception related posts

  • Mock HTTP response

    2 projects | /r/golang | 21 Sep 2022
  • Testing methods with HTTP calls?

    1 project | /r/golang | 19 Nov 2021
  • HTTP mocking

    1 project | /r/golang | 20 Mar 2021
  • How to mock `jwk.Fetch` in my unit tests?

    1 project | /r/golang | 2 Mar 2021

Index

# Project Stars
1 gock 2,172

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?