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

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

code_scout_http #

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

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
150
points
90
downloads

Documentation

API reference

Publisher

verified publishercodescout.tech

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_scout, flutter, http

More

Packages that depend on code_scout_http