xiao-akatsuki/axios

Corrected the excessive garbage generated by `new Axios()`

Closed this issue · 1 comments

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);
	}

yep, your solution solves this problem very well, thank you for your support to Axios