Skip to content
Xuanwo edited this page Mar 31, 2021 · 1 revision

Description

endpoint describes how to connect to a service.

Format

endpoint has three parts: protocol, host and port.

  • protocol is the protocl that services used, like http and https.
  • host is the host that service used, like qingstor.com and 192.168.0.1
  • port is the port that services used, like 433 and 80.

Tips

  • Port could be emit in following states
    • protocol is http and port is 80
    • protocol is https and port is 443
Clone this wiki locally