http_mutual_authentication 0.0.2 copy "http_mutual_authentication: ^0.0.2" to clipboard
http_mutual_authentication: ^0.0.2 copied to clipboard

outdated

Dart Http Mutual Authentication.

Http Mutual Authentication #

Using #

Optional params: password and pathCertificate

HttpAuth httpAuth = new HttpAuthBuilder(
          authPass: "password", pathCertificate: "assets/certificate.p12")
      .build;

  httpAuth.getRequest("http://www.google.com").then((result){
    HttpAuth.parseBody(result).then((resultString){
      print("Results: $resultString");
    });
  }); //replace url
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dart Http Mutual Authentication.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on http_mutual_authentication