Modifier and Type | Field and Description |
---|---|
static String |
METHOD_DELETE
The HTTP DELETE method.
|
static String |
METHOD_GET
The HTTP GET method.
|
static String |
METHOD_HEAD
The HTTP HEAD method.
|
static String |
METHOD_OPTIONS
The HTTP OPTIONS method.
|
static String |
METHOD_PATCH
The HTTP PATCH method.
|
static String |
METHOD_POST
The HTTP POST method.
|
static String |
METHOD_PUT
The HTTP PUT method.
|
static String |
METHOD_TRACE
The HTTP TRACE method.
|
Modifier and Type | Method and Description |
---|---|
Promise<Response,NeverThrowsException> |
filter(Context context,
Request request,
Handler next)
Handles all OPTION requests to CREST resources, all other request methods are handled by the
Handler . |
public static final String METHOD_DELETE
public static final String METHOD_GET
public static final String METHOD_HEAD
public static final String METHOD_OPTIONS
public static final String METHOD_PATCH
public static final String METHOD_POST
public static final String METHOD_PUT
public static final String METHOD_TRACE
Copyright © 2025 Open Identity Platform Community. All rights reserved.