An open API service indexing awesome lists of open source software.

https://github.com/mikemitterer/dart-http_utils


https://github.com/mikemitterer/dart-http_utils

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Over time this should become a collection of useful HTTP-Tools...

* [API Reference][4]
* [Issues][5]

If the documentation links don't not work - pls. got to [GitHub][9] - there it they'll work

### ResponseStatus
Commonly used status codes defined by HTTP

Dart Documentation for ResponseStatus [here][10]

### URIBuilder
Helps you to compose URIs.

Dart Documentation for URIBuilder [here][6]

For further documentation please refere to the [Unit-Tests][1].

ApiDoc for Apaches [URIBuilder][3]

### HTTPStatus
Brings status-code to a more readable form.
Dart Documentation fur HTTPStatus is [here][7]
([Unit-Tests][2])

http_utils on [PUB][8]

### License

Copyright 2017 Michael Mitterer, IT-Consulting and Development Limited,
Austrian Branch

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language
governing permissions and limitations under the License.

If this plugin is helpful for you - please [(Circle)](http://gplus.mikemitterer.at/) me.

[1]: https://github.com/MikeMitterer/dart-http_utils/blob/master/test/src/uribuilder_test.dart
[2]: https://github.com/MikeMitterer/dart-http_utils/blob/master/test/src/httpstatus_test.dart
[3]: http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/client/utils/URIBuilder.html
[4]: http://htmlpreview.github.io/?https://raw.github.com/MikeMitterer/dart-http_utils/master/lib/docs/httputils.html
[5]: https://github.com/MikeMitterer/dart-http_utils/issues
[6]: http://htmlpreview.github.io/?https://raw.github.com/MikeMitterer/dart-http_utils/master/lib/docs/httputils/URIBuilder.html
[7]: http://htmlpreview.github.io/?https://raw.github.com/MikeMitterer/dart-http_utils/master/lib/docs/httputils/HttpStatus.html
[8]: http://pub.dartlang.org/packages/http_utils
[9]: https://github.com/MikeMitterer/dart-http_utils
[10]: http://htmlpreview.github.io/?https://raw.github.com/MikeMitterer/dart-http_utils/master/lib/docs/httputils/ResponseStatus.html