MCPcopy Create free account
hub / github.com/SeanDragon/protools / HttpScheme

Class HttpScheme

http/src/main/java/pro/tools/http/pojo/HttpScheme.java:8–11  ·  view source on GitHub ↗

@author SeanDragon Create By 2017-07-27 14:35

Source from the content-addressed store, hash-verified

6 * Create By 2017-07-27 14:35
7 */
8public class HttpScheme {
9 public static final String HTTP = "http";
10 public static final String HTTPS = "https";
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected