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

A lightweight and flexible Dart HTTP client designed for making API calls with dynamic response parsing.

1.0.0 #

  • Initial release of TarsierHttpClient.
  • Added get, post, and delete methods for making HTTP requests.
  • Implemented dynamic JSON parsing with generic types.
  • Included error handling with Result<T> to encapsulate success and error states.
  • Added fromJson function for flexible type conversion.
  • Introduced modular design to avoid unnecessary inheritance from http.Client.
2
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight and flexible Dart HTTP client designed for making API calls with dynamic response parsing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on tarsier_http_parser