文件名称:dart-rest:Dart 应用程序的 REST 和 HTTP REST 助手
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-23 14:07:16
Dart
休息 用于创建 REST 应用程序的 Dart 库。 例子 // import the library import 'rest:rest/http_rest.dart' show HttpRest , HttpRestResponse , HttpRestRoute ; // make a function that will return some REST response getFooBar () { return new HttpRestResponse ( 204 , 'found a fooBar! \n ' ); } // create a map to define your API -- here we define a path that would /
【文件预览】:
dart-rest-master
----example()
--------example-rest.dart(1KB)
--------pubspec.yaml(261B)
----test()
--------rest_test.dart(8KB)
--------src()
----LICENSE(1KB)
----doc()
--------rest.md(5KB)
----.gitignore(22B)
----pubspec.yaml(311B)
----lib()
--------rest.dart(2KB)
--------http_rest.dart(4KB)
--------src()
--------http_rest_route.dart(864B)
--------http_rest_request.dart(547B)
--------http_rest_response.dart(1KB)
----README.md(1KB)