You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using a TLS client for your HTTP requests, you will need to use the apitoolkit-go/tls_client package to monitor those requests. To use the package, you must first install it using the command below:
10
+
APItoolkit is an end-to-end API and web services management toolkit for engineers and customer support teams. If you are using a TLS client for your HTTP requests, you will need to use the `apitoolkit-go/tls_client` package to monitor those requests, aggregate the requests, and then deliver them to the APItoolkit's servers.
11
11
12
12
</div>
13
13
@@ -30,7 +30,19 @@ Kindly run the command below to install the SDK:
30
30
go get github.com/apitoolkit/apitoolkit-go/tls_client
31
31
```
32
32
33
-
Then add `github.com/apitoolkit/apitoolkit-go/tls_client` to the list of dependencies like so:
33
+
Then add `github.com/apitoolkit/apitoolkit-go/tls_client` to the list of dependencies, like so:
0 commit comments