w_transport 2.3.1 copy "w_transport: ^2.3.1" to clipboard
w_transport: ^2.3.1 copied to clipboard

outdatedDart 1 only

Platform-agnostic transport library for sending and receiving data over HTTP and WebSocket. HTTP support includes plain-text, JSON, form-data, and multipart data, as well as custom encoding. WebSocket [...]

example/README.md

Examples #

There are 3 examples that demonstrate a wide range of use cases fulfilled by this library.

HTTP

WebSocket


You can use dart_dev to serve the examples and run the required server with:

pub run dart_dev examples

Then open http://localhost:9000 in Dartium or your browser of choice.

2
likes
0
pub points
86%
popularity

Publisher

verified publisherworkiva.com

Platform-agnostic transport library for sending and receiving data over HTTP and WebSocket. HTTP support includes plain-text, JSON, form-data, and multipart data, as well as custom encoding. WebSocket support includes native WebSockets in the browser and the VM with the option to use SockJS in the browser.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

fluri, http_parser, mime, sockjs_client, stack_trace

More

Packages that depend on w_transport