sync_http 0.3.0 copy "sync_http: ^0.3.0" to clipboard
sync_http: ^0.3.0 copied to clipboard

Synchronous HTTP client for Dart.

Build Status pub package

A simple Dart HTTP client implemented using RawSynchronousSockets to allow for synchronous HTTP requests.

Warning: This library should probably only be used to connect to HTTP servers that are hosted on 'localhost'. The operations in this library will block the calling thread to wait for a response from the HTTP server. The thread can process no other events while waiting for the server to respond. As such, this synchronous HTTP client library is not suitable for applications that require high performance. Instead, such applications should use libraries built on asynchronous I/O, including dart:io and package:http, for the best performance.

15
likes
120
points
2.62M
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

Synchronous HTTP client for Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on sync_http