Back to project page octodroid.
The source code is released under:
MIT License
If you think the Android project octodroid 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.rejasupotaro.octodroid.http; public final class Header { public static final String AUTHORIZATION = "Authorization"; public static final String USER_AGENT = "User-Agent"; public static final String ACCEPT = "Accept"; public static final String CACHE_CONTROL = "Cache-Control"; }