Back to project page rwestful-android.
The source code is released under:
MIT License
If you think the Android project rwestful-android 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.rwestful.android.constants; public class Constants { public static final String CONTENT_TYPE = "text/html"; public static final String CHARSET_UTF8 = "UTF-8"; public static final String STORAGE_FOLDER = "com.rwestful.android"; }