w_transport 2.0.1
w_transport: ^2.0.1 copied to clipboard
A fluent-style, platform-agnostic library with ready to use transport classes for sending and receiving data over HTTP.
example/README.md
Examples #
There are 3 examples that demonstrate a wide range of use cases fulfilled by this library.
HTTP
- Simple File Browser Client
- Cross Origin Credentials
- Cross Origin Upload
WebSocket
- Echo
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.