Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4a0c6358
Commit
4a0c6358
authored
Mar 23, 2005
by
Richard M. Stallman
Browse files
(HTTP language/coding): Improve last change.
parent
f2fd3623
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
man/url.texi
man/url.texi
+8
-4
No files found.
man/url.texi
View file @
4a0c6358
...
...
@@ -319,10 +319,14 @@ Default is one hour.
HTTP allows clients to express preferences for the language and
encoding of documents which servers may honour. For each of these
variables, the value is a string; it can specify a single choice, or
it can be a comma-separated list in descending order of preference.
Each element can be followed by @samp
{
;q=@var
{
priority
}}
to specify
its preference level; e.g., for @code
{
url-mime-language-string
}
,
@w
{
@code
{
"de, en-gb;q=0.8, en;q=0.7"
}}
.
it can be a comma-separated list.
Normally this list ordered by descending preference. However, each
element can be followed by @samp
{
;q=@var
{
priority
}}
to specify its
preference level, a decimal number from 0 to 1; e.g., for
@code
{
url-mime-language-string
}
, @w
{
@code
{
"de, en-gb;q=0.8,
en;q=0.7"
}}
. An element that has no @samp
{
;q
}
specification has
preference level 1.
@defopt url-mime-charset-string
@cindex character sets
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment