| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -921,8 +921,8 @@ The legacy `urlObject` (`require('url').Url`) is created and returned by the | |||
| 921 | 921 | The `auth` property is the username and password portion of the URL, also | |
| 922 | 922 | referred to as _userinfo_. This string subset follows the `protocol` and | |
| 923 | 923 | double slashes (if present) and precedes the `host` component, delimited by an | |
| 924 | - ASCII "at sign" (`@`). The format of the string is `{username}[:{password}]`, | ||
| 925 | - with the `[:{password}]` portion being optional. | ||
| 924 | + ASCII "at sign" (`@`). The string is either the username, or it is the username | ||
| 925 | + and password separated by `:`. | ||
| 926 | 926 | ||
| 927 | 927 | For example: `'user:pass'`. | |
| 928 | 928 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments