suhaotian / xior

A lite request lib based on fetch with plugin support and similar API to axios.
https://www.npmjs.com/package/xior
MIT License
114 stars 1 forks source link

Remove undefined values from query/body #17

Closed amitava82 closed 2 months ago

amitava82 commented 2 months ago

Looks like the behavior isn't same as axios which removes undefined values from request body and query string. This needs to be fixed for drop in replacement for axios.

suhaotian commented 2 months ago

Thanks feedback! Fixed in v0.4.1 🙌