public class HttpRequest_GroovyExtension extends Object
Constructor and Description |
---|
HttpRequest_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static void |
sendJson(HttpRequest j_receiver,
Object body,
Handler<AsyncResult<HttpResponse<Object>>> handler) |
static void |
sendJsonObject(HttpRequest j_receiver,
Map<String,Object> body,
Handler<AsyncResult<HttpResponse<Object>>> handler) |
public static void sendJsonObject(HttpRequest j_receiver, Map<String,Object> body, Handler<AsyncResult<HttpResponse<Object>>> handler)
public static void sendJson(HttpRequest j_receiver, Object body, Handler<AsyncResult<HttpResponse<Object>>> handler)
Copyright © 2017. All rights reserved.