Skip to content

edoput/har

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAR

Debug your HTTP interactions by dumping to a HAR file

import 'package:har/har.dart';

var customHTTPClient = MyHTTPClient();
var wrapper = HarClient(myClient);
// bare usage
wrapper.get("https://google.com");
wrapper.toHar();

// pass it as your new http client
var client = MyApiClient(wrapper);
wrapper.toHar();

Features

  • Post data
  • Cookies
  • Headers
  • Query strings

About

HAR output for your problematic HTTP interactions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages