-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes all headers lower case, fixing case sensitivity issues. Exposes jheaders property in Files and Fields.
- Loading branch information
Showing
12 changed files
with
138 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ expected: | |
- name: file | ||
type: file | ||
file_name: test.txt | ||
content_type: text/plain | ||
data: !!binary | | ||
VGVzdCAxMjM= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
------WebKitFormBoundarygbACTUR58IyeurVf | ||
Content-Disposition: form-data; name="file1"; filename="test1.txt" | ||
Content-Type: text/plain | ||
|
||
Test file #1 | ||
------WebKitFormBoundarygbACTUR58IyeurVf | ||
CONTENT-DISPOSITION: form-data; name="file2"; filename="test2.txt" | ||
CONTENT-Type: text/plain | ||
|
||
Test file #2 | ||
------WebKitFormBoundarygbACTUR58IyeurVf | ||
content-disposition: form-data; name="file3"; filename="test3.txt" | ||
content-type: text/plain | ||
|
||
Test file #3 | ||
------WebKitFormBoundarygbACTUR58IyeurVf | ||
cOnTenT-DiSpOsItiOn: form-data; name="file4"; filename="test4.txt" | ||
Content-Type: text/plain | ||
|
||
Test file #4 | ||
------WebKitFormBoundarygbACTUR58IyeurVf-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
boundary: ----WebKitFormBoundarygbACTUR58IyeurVf | ||
expected: | ||
- name: file1 | ||
type: file | ||
file_name: test1.txt | ||
content_type: text/plain | ||
data: !!binary | | ||
VGVzdCBmaWxlICMx | ||
- name: file2 | ||
type: file | ||
file_name: test2.txt | ||
content_type: text/plain | ||
data: !!binary | | ||
VGVzdCBmaWxlICMy | ||
- name: file3 | ||
type: file | ||
file_name: test3.txt | ||
content_type: text/plain | ||
data: !!binary | | ||
VGVzdCBmaWxlICMz | ||
- name: file4 | ||
type: file | ||
file_name: test4.txt | ||
content_type: text/plain | ||
data: !!binary | | ||
VGVzdCBmaWxlICM0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ expected: | |
- name: file | ||
type: file | ||
file_name: test.txt | ||
content_type: 'text/plain' | ||
data: !!binary | | ||
Zm9vPWJhcg== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters