Sync Http | Coderz Product

sync_http

Last updated:

0 purchases

sync_http Image
sync_http Images

Free

Languages

Categories

Add to Cart

Description:

sync http

A Dart HTTP client implemented using RawSynchronousSockets to allow for
synchronous HTTP requests.
Using this package #
Note: this package is only intended for very specialized use cases. For
general HTTP usage, please see instead
package:http.
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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.