pulse_http 0.1.0 copy "pulse_http: ^0.1.0" to clipboard
pulse_http: ^0.1.0 copied to clipboard

package:http client wrapper for the Pulse Developer Intelligence SDK. Automatically captures HTTP request/response metrics from package:http and forwards them to the Pulse event pipeline.

0.1.0 #

Initial release of pulse_httppackage:http wrapper for the Pulse SDK.

Added #

  • PulseHttpClientBaseClient wrapper for package:http
    • Captures HTTP method, URL, status code, duration, request/response sizes
    • Respects PulseNetworkConfig for header, body, and URL parameter redaction
    • Integrates with the Pulse event pipeline via PulseNetworkObserver
    • Drop-in replacement: wraps any existing http.Client
    • Safe failure mode: capture errors never affect the underlying HTTP request
    • Properly delegates close() to the underlying client
0
likes
140
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

package:http client wrapper for the Pulse Developer Intelligence SDK. Automatically captures HTTP request/response metrics from package:http and forwards them to the Pulse event pipeline.

Repository (GitHub)
View/report issues
Contributing

Topics

#monitoring #networking #observability #http #sdk

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

http, pulse_dev

More

Packages that depend on pulse_http