https://github.com/mikemitterer/dart-http_utils
https://github.com/mikemitterer/dart-http_utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikemitterer/dart-http_utils
- Owner: MikeMitterer
- License: other
- Created: 2013-06-14T17:03:17.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T08:58:44.000Z (almost 8 years ago)
- Last Synced: 2025-07-16T06:44:19.999Z (about 1 year ago)
- Language: Dart
- Size: 390 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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