Corrected the excessive garbage generated by `new Axios()`
Closed this issue · 1 comments
011011100 commented
Describe what you would like to know or do
Corrected the excessive garbage generated by new Axios()
Describe the solution you'd considered
public static Axios post(String url) throws Exception{
return post(url,null,null);
}
elonehoo commented
yep, your solution solves this problem very well, thank you for your support to Axios