Skip to content

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

@lalitb

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions