Back to project page CommonLibs.
The source code is released under:
Apache License
If you think the Android project CommonLibs listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.alex.common.apis; //ww w . jav a 2 s . c om public class HttpApi { /*-------------------------- * ??? *-------------------------*/ /** * post????? */ public static final String HTTPMETHOD_POST = "POST"; /** * get????? */ public static final String HTTPMETHOD_GET = "GET"; /*-------------------------- * ????? *-------------------------*/ /*-------------------------- * ???????? *-------------------------*/ /*-------------------------- * public?? *-------------------------*/ /*-------------------------- * protected??packet?? *-------------------------*/ /*-------------------------- * private?? *-------------------------*/ }