Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 243 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 243 Bytes

http.dart

Dart abstraction for Http client and server

IO Setup

dependencies:
  tekartik_http_io:
    git:
      url: https://github.com/tekartik/http.dart
      path: http_io
      ref: dart3a
    version: '>=0.2.0+2'
```yaml