Skip to content

Accept host:port for client instead of only URL #79

@cretz

Description

@cretz

Is your feature request related to a problem? Please describe.

All other SDKs use host:port, we should too

Describe the solution you'd like

  • Change tls_config: Optional[TLSConfig] = None to tls_config: Union[bool, TLSConfig] = False
  • If a scheme is not present (meaning we're backwards compatible here), before sending to core, set it as http if tls_config is false or https otherwise

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions