Skip to content

Commit 155862b

Browse files
author
Sefi Krausz
committed
index.js changes
1 parent 562e8d5 commit 155862b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ HTTPSnippet.prototype.prepare = function (request) {
123123
const contentHeader = headers.find(header => header.name === 'Content-Type' || header.name === 'content-type')
124124
contentType = get(contentHeader, 'value')
125125
}
126+
console.log({ contentType, headers })
126127
switch (request.postData.mimeType) {
127128
case 'multipart/mixed':
128129
case 'multipart/related':

0 commit comments

Comments
 (0)