Created
June 13, 2017 04:44
-
-
Save Olgagr/05e8a7e60e5ab8469ceb712f5fbd063c to your computer and use it in GitHub Desktop.
Request example
This file contains hidden or 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
{ fields: { name: 'Olga', country: 'Poland' }, | |
files: | |
{ file: | |
File { | |
domain: null, | |
_events: {}, | |
_eventsCount: 0, | |
_maxListeners: undefined, | |
size: 16, | |
path: '/var/folders/9n/3gmvwlgx6r31l_48vmlwgs000000gn/T/upload_333f3e402543bb6324609ac10cf5b28b', | |
name: 'test.txt', | |
type: 'text/plain', | |
hash: null, | |
lastModifiedDate: 2017-06-13T04:38:47.955Z, | |
_writeStream: [Object] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment