Chromium Code Reviews

Side by Side Diff: third_party/WebKit/Source/platform/network/HTTPNames.in

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 namespace="HTTP" 1 namespace="HTTP"
2 export="PLATFORM_EXPORT" 2 export="PLATFORM_EXPORT"
3 3
4 GET 4 GET
5 HEAD 5 HEAD
6 POST 6 POST
7 OPTIONS 7 OPTIONS
8 Accept 8 Accept
9 Accept-CH 9 Accept-CH
10 Access-Control-Allow-External 10 Access-Control-Allow-External
11 Access-Control-Allow-Headers 11 Access-Control-Allow-Headers
12 Access-Control-Allow-Methods 12 Access-Control-Allow-Methods
13 Access-Control-Allow-Origin 13 Access-Control-Allow-Origin
14 Access-Control-Expose-Headers 14 Access-Control-Expose-Headers
15 Access-Control-Max-Age 15 Access-Control-Max-Age
16 Access-Control-Request-External 16 Access-Control-Request-External
17 Access-Control-Request-Headers 17 Access-Control-Request-Headers
18 Access-Control-Request-Method 18 Access-Control-Request-Method
19 Allow-CSP-From 19 Allow-CSP-From
20 Cache-Control 20 Cache-Control
21 Content-DPR 21 Content-DPR
22 Content-Disposition 22 Content-Disposition
23 Content-Language 23 Content-Language
24 Content-Security-Policy 24 Content-Security-Policy
25 Content-Security-Policy-Report-Only 25 Content-Security-Policy-Report-Only
26 Content-Transfer-Encoding
27 Content-Type
28 Date
29 ETag
26 Embedding-CSP 30 Embedding-CSP
27 Content-Type
28 ETag
29 Expires 31 Expires
30 Date
31 Feature-Policy 32 Feature-Policy
32 If-Match 33 If-Match
33 If-Modified-Since 34 If-Modified-Since
34 If-None-Match 35 If-None-Match
35 If-Range 36 If-Range
36 If-Unmodified-Since 37 If-Unmodified-Since
37 Last-Event-ID 38 Last-Event-ID
38 Last-Modified 39 Last-Modified
39 Link 40 Link
40 Location 41 Location
(...skipping 13 matching lines...)
54 Timing-Allow-Origin 55 Timing-Allow-Origin
55 Upgrade-Insecure-Requests 56 Upgrade-Insecure-Requests
56 User-Agent 57 User-Agent
57 Vary 58 Vary
58 X-Content-Type-Options 59 X-Content-Type-Options
59 X-DNS-Prefetch-Control 60 X-DNS-Prefetch-Control
60 X-DevTools-Emulate-Network-Conditions-Client-Id 61 X-DevTools-Emulate-Network-Conditions-Client-Id
61 X-Frame-Options 62 X-Frame-Options
62 X-SourceMap 63 X-SourceMap
63 X-XSS-Protection 64 X-XSS-Protection
OLDNEW

Powered by Google App Engine