Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP libraries #5511

Merged
merged 5 commits into from
Feb 9, 2024
Merged

Add HTTP libraries #5511

merged 5 commits into from
Feb 9, 2024

Conversation

atsansone
Copy link
Contributor

@atsansone atsansone commented Feb 5, 2024

Adds links to platform-specific HTTP packages.

Fixes #4175

@dart-github-bot
Copy link
Collaborator

dart-github-bot commented Feb 5, 2024

Visit the preview URL for this PR (updated for commit 5a6048a):

https://dart-dev--pr5511-fix-4175-n8u08imd.web.app

Copy link
Contributor

@brianquinlan brianquinlan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

* Is deployable on Cloud Run.
Dart resources for writing HTTP servers include:

## Packages
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These packages shouldn't go here because they are packages for writing clients.

Maybe these should go somewhere on https://dart.dev/tutorials/server/fetch-data

| [characters]({{site.pub-pkg}}/characters) | String manipulation for user-perceived characters (Unicode grapheme clusters). | String.characters, Characters, CharacterRange |
| [http]({{site.pub-pkg}}/http) | A set of high-level functions and classes that make it easy to consume HTTP resources. | delete(), get(), post(), read() |
| [characters]({{site.pub-pkg}}/characters) | Manipulates strings for user-perceived characters (Unicode grapheme clusters). | String.characters, Characters, CharacterRange |
| [cronet_http]({{site.pub-pkg}}/cronet_http) | Provides access to the Android [Cronet](https://developer.android.com/guide/topics/connectivity/cronet/reference/org/chromium/net/package-summary) HTTP client. | |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for this an cupertino_http, adding the words "using the same interface as package:http" might make it more clear how they fit in.

Copy link
Contributor

@brianquinlan brianquinlan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that some links are broken but looks good to me!

@atsansone atsansone merged commit 6439477 into dart-lang:main Feb 9, 2024
8 checks passed
atsansone added a commit to atsansone/site-www that referenced this pull request Feb 12, 2024
Adds links to platform-specific HTTP packages.

Fixes dart-lang#4175
atsansone added a commit to atsansone/site-www that referenced this pull request Feb 12, 2024
Adds links to platform-specific HTTP packages.

Fixes dart-lang#4175
atsansone added a commit to atsansone/site-www that referenced this pull request Feb 20, 2024
Adds links to platform-specific HTTP packages.

Fixes dart-lang#4175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link to new platform specific networking
3 participants