forwardemail / forwardemail/supertest

text fields gone

Open
#668 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
14.4k
Forks
782
PR merge metrics
No merged PRs in 30d

Description

```
.post('/').field({
uuid: '123'
})
.attach('file', './a.md')
.set({
'Authorization': 'a token',
});
```

in the request, only the file show up, the text field uuid not.

multer is used for handling multi-part data

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.