Skip to content

Add API ref docs for HTTPSys #26649

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

Merged
merged 3 commits into from
Oct 8, 2020
Merged

Add API ref docs for HTTPSys #26649

merged 3 commits into from
Oct 8, 2020

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Oct 6, 2020

Part of #26397

@wtgodbe wtgodbe requested a review from pranavkm October 6, 2020 21:56
@ghost ghost added the area-servers label Oct 6, 2020
@@ -94,6 +98,10 @@ public static UrlPrefix Create(string scheme, string host, int? portValue, strin
return new UrlPrefix(isHttps, scheme, host, port, portValue.Value, path);
}

/// <summary>
/// http://msdn.microsoft.com/en-us/library/windows/desktop/aa364698(v=vs.85).aspx
Copy link
Member

Choose a reason for hiding this comment

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

Would a doc link be more appropriate in <remarks> than in the summary?

@wtgodbe wtgodbe merged commit 8118a25 into release/5.0 Oct 8, 2020
@wtgodbe wtgodbe deleted the wtgodbe/HttpSys branch October 8, 2020 05:28
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants