code_scout_http 1.0.1 copy "code_scout_http: ^1.0.1" to clipboard
code_scout_http: ^1.0.1 copied to clipboard

HTTP client wrapper for Code Scout. Automatically captures network requests, responses, and errors.

code_scout_http #

pub.dev

HTTP client wrapper for Code Scout. Automatically captures network requests, responses, and errors.

Part of the Code Scout ecosystem.

Getting Started #

flutter pub add code_scout_http

This package depends on code_scout and http.

Usage #

import 'package:code_scout_http/code_scout_http.dart';
import 'package:http/http.dart' as http;

final client = CodeScoutHttpClient(client: http.Client());

// Use it like a normal http.Client — it's a drop-in replacement
final response = await client.get(Uri.parse('https://api.example.com/data'));

Every request, response, and error will be automatically captured, correlated by request ID, and synced to your Code Scout server.

License #

MIT - see LICENSE for details.

0
likes
140
points
140
downloads

Documentation

API reference

Publisher

verified publishercodescout.tech

Weekly Downloads

HTTP client wrapper for Code Scout. Automatically captures network requests, responses, and errors.

License

MIT (license)

Dependencies

code_scout, flutter, http

More

Packages that depend on code_scout_http