Skip to content

HTTPClient : Support for full URL argument instead of host & port #812

Description

@lalitb

As discussed here:

  • HttpClient::CreateSession method should support passing full URL as an argument instead of host and port (or perhaps support both). This would be then consistent with HttpClientSync::Get(url) and HttpClientSync::Post(url) methods.
  • Validate if HTTPS URL is parsed successfully, and supported for curl implementation. Remove TODO from here once https works/fixed:

host_ = "http://" + host; // TODO - https support

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions