Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HttpRequestHeader

Enumerator
CacheControl 
Connection 
Date 
KeepAlive 
Pragma 
Trailer 
TransferEncoding 
Upgrade 
Via 
Warning 
Allow 
ContentLength 
ContentType 
ContentEncoding 
ContentLanguage 
ContentLocation 
ContentMd5 
ContentRange 
Expires 
LastModified 
Accept 
AcceptCharset 
AcceptEncoding 
AcceptLanguage 
Authorization 
Cookie 
Expect 
From 
Host 
IfMatch 
IfModifiedSince 
IfNoneMatch 
IfRange 
IfUnmodifiedSince 
MaxForwards 
ProxyAuthorization 
Referer 
Range 
Te 
Translate 
UserAgent 

Definition at line 3 of file HttpRequestHeader.cs.

4{
7 Date,
8 KeepAlive,
9 Pragma,
10 Trailer,
11 TransferEncoding,
12 Upgrade,
13 Via,
14 Warning,
15 Allow,
17 ContentType,
20 ContentLocation,
23 Expires,
25 Accept,
30 Cookie,
31 Expect,
32 From,
33 Host,
34 IfMatch,
37 IfRange,
41 Referer,
42 Range,
43 Te,
46}