Tech-invite3GPPspaceIETFspace

Generic Syntax for URI (RFC 3986) — URI Scheme

Section 3.1

scheme =
ALPHA   *( ALPHA /  DIGIT /  "+" /  "-" /  "." )

; Examples:
;     "sip"
;     "sips"
;     "tel"
;     "http"
;     "https"
;     "mailto"
;     "pres"
;     "ftp"
;     "file"
;     "rtsp"
;     "msrp"


Top