emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help understanding the URL code


From: Yuri Khan
Subject: Re: Help understanding the URL code
Date: Thu, 7 Apr 2016 19:02:25 +0600

On Thu, Apr 7, 2016 at 6:53 PM, Andreas Schwab <address@hidden> wrote:

> How about GNU/Emacs/%s?

That would violate the HTTP spec for the User-Agent header (RFC 7231 §
5.5.3, RFC 7230 § 3.2.6):

     User-Agent = product *( RWS ( product / comment ) )
     product         = token ["/" product-version]
     product-version = token

     token          = 1*tchar

     tchar          = "!" / "#" / "$" / "%" / "&" / "'" / "*"
                    / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~"
                    / DIGIT / ALPHA
                    ; any VCHAR, except delimiters



reply via email to

[Prev in Thread] Current Thread [Next in Thread]