@Authors(value="Nikolche Mihajlovski")
@Since(value="5.3.0")
public class Self
extends org.rapidoid.RapidoidThing
| Constructor and Description |
|---|
Self() |
| Modifier and Type | Method and Description |
|---|---|
static HttpReq |
delete(String urlPath) |
static HttpReq |
get(String urlPath) |
static HttpReq |
head(String urlPath) |
static String |
localUrl(String urlPath) |
static HttpReq |
options(String urlPath) |
static HttpReq |
patch(String urlPath) |
static HttpReq |
post(String urlPath) |
static HttpReq |
put(String urlPath) |
static HttpReq |
req(org.rapidoid.http.HttpVerb verb,
String urlPath) |
static HttpReq |
trace(String urlPath) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.