Masoud Esmaeilian
Masoud Esmaeilian
I can do it, if it is possible.
for example: API CALL: `import { request, pipeline } from 'undici'; await request('https://jsonplaceholder.typicode.com/comments', { method: 'GET', query: { id: 1, postId: 1, date: '12-10-2024T12:12:40' } })` EXPECTED URL GENERATED: `https://jsonplaceholder.typicode.com/comments?id=1&postId=1&date=12-10-2024T12:12:40`...
Yes I know, but I would prefer to not, when the library is doing it, I was wondering if there could be an option that could be passed to not...