More work on HttpServer.
This commit is contained in:
parent
bf0edea7e2
commit
226cc5f86c
3 changed files with 187 additions and 174 deletions
|
|
@ -6,6 +6,7 @@ import java.util.HashMap;
|
|||
import java.util.Map;
|
||||
|
||||
public class HttpResponse {
|
||||
public String version = "1.0";
|
||||
public int statusCode = 200;
|
||||
public String statusMessage = "OK";
|
||||
public Map<String, String> fields = new HashMap<String, String>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue