Tech-invite3GPPspaceIETFspace

Generic Syntax for URI (RFC 3986) — URI Authority

Section 3.2

authority =
userinfo  "@" ]   host   [ ":"  port ]

Top


userinfo =
*( unreserved /  pct‑encoded /  sub‑delims /  ":" )
Up

Top


host =
Up
IP-literal =
"["  ( IPv6address /  IPv6addrz /  IPvFuture )  "]"
Up
IPv6addrz =
IPv6address  "%25"  ZoneID; see   RFC 6874
Up
ZoneID =
1*( unreserved /  pct‑encoded )
Up
IPvFuture =
"v"  1*HEXDIG  "."  1*( unreserved /  sub‑delims /  ":" )
Up
IPv6address =
6( h16  ":" )  ls32  /
"::"  5( h16  ":" )  ls32  /
h16 ]  "::"  4( h16  ":" )  ls32  /
[ *1( h16  ":" )  h16 ]  "::"  3( h16  ":" )  ls32  /
[ *2( h16  ":" )  h16 ]  "::"  2( h16  ":" )  ls32  /
[ *3( h16  ":" )  h16 ]  "::"  h16  ":"    ls32  /
[ *4( h16  ":" )  h16 ]  "::"  ls32  /
[ *5( h16  ":" )  h16 ]  "::"  h16  /
[ *6( h16  ":" )  h16 ]  "::"
Up
Up
ls32 =
h16   ":"   h16 ) /  IPv4address
Up
h16 =
1*4HEXDIG
Up
Up
IPv4address =
dec-octet  "."  dec-octet  "."  dec-octet  "."  dec-octet
Up
Up
dec-octet =
DIGIT  /     ; 0-9
%x31-39   DIGIT  /     ; 10‑99
"1"  2DIGIT  /     ; 100‑199
"2"  %x30‑34   DIGIT  /     ; 200‑249
"25"  %x30‑35     ; 250‑255
Up
reg-name =
Up

Top


port =
Up

Top