| tags |
List[str] |
|
[optional] |
| protocol |
str |
The communication protocol/scheme such as 'http', 'ftp', 'dns', etc. |
[optional] |
| userinfo |
str |
User info as 'alice', 'bob', etc. |
[optional] |
| host |
str |
The host name or IP address. It must not include the port number. For example '127.0.0.1', 'localhost', 'yourdomain.com'. |
[optional] |
| port |
int |
The network port associated with the endpoint. |
[optional] |
| path |
str |
The location of the resource, it must not start with a '/'. For example endpoint/420/edit |
[optional] |
| query |
str |
The query string, the question mark should be omitted.For example 'group=4&team=8' |
[optional] |
| fragment |
str |
The fragment identifier which follows the hash mark. The hash mark should be omitted. For example 'section-13', 'paragraph-2'. |
[optional] |
| product |
int |
|
[optional] |