public final class Http extends Object
From : http://open.bekk.no/embedded-jetty-7-webapp-executable-with-maven/
Modifier and Type | Class and Description |
---|---|
static class |
Http.Response |
Modifier and Type | Method and Description |
---|---|
static Http.Response |
doGET(String uri)
Perform POST request.
|
static Http.Response |
doPOST(String uri)
Perform POST request.
|
public static Http.Response doGET(String uri)
uri
- target uripublic static Http.Response doPOST(String uri)
uri
- target uriCopyright © 2008–2018. All rights reserved.