Skip to content

Commit

Permalink
Update httpserver.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atsansone authored Feb 9, 2024
1 parent 5777766 commit 9b59f5d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/content/tutorials/server/httpserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ prevpage:

Dart resources for writing HTTP servers include:

## Packages

* [cronet_http]({{site.pub-pkg}}/cronet_http)
Provides access to the Android [Cronet][] HTTP client.
* [cupertino_http]({{site.pub-pkg}}/cupertino_http)
Provides access to Apple's [Foundation URL Loading System][furl].

## Documentation

* [Using Google Cloud][] has information on Google Cloud products
Expand Down Expand Up @@ -44,6 +37,3 @@ Dart resources for writing HTTP servers include:
[simple-sample]: https://github.com/dart-lang/samples/tree/main/server/simple
[Using Google APIs]: /guides/google-apis
[Using Google Cloud]: /server/google-cloud

[Cronet]: {{site.android-dev}}guide/topics/connectivity/cronet/reference/org/chromium/net/package-summary
[furl]: {{site.apple-dev}}/documentation/foundation/url_loading_system

0 comments on commit 9b59f5d

Please sign in to comment.