From 014de0d8b1b282ba27a47b78ab4c5462d28c5835 Mon Sep 17 00:00:00 2001 From: TheMuellenator Date: Wed, 10 Apr 2019 16:43:51 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 940b26f..5d3c1b3 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,9 @@ * [Fetching Data from the Internet](https://flutter.dev/docs/cookbook/networking/fetch-data) * [The Dart http package](https://pub.dartlang.org/packages/http) * [OpenWeatherMap Current Weather Documentation](https://openweathermap.org/current) +* [HTTP Package API Reference](https://pub.dartlang.org/documentation/http/latest/) +* [HTTP Response Class Documentation](https://pub.dartlang.org/documentation/http/latest/http/Response-class.html) +* [List of HTTP Status Codes](https://www.restapitutorial.com/httpstatuscodes.html)