Adding support for params without value. · Pull Request #1987 · axios/axios
Adds support for params without value when set to null. (test included) undefined can still be used to exclude the param. Example: This params object: { foo: null, bar: "baz", qux: undefi...