JavaScript is disabled on your browser.
← jsentinel.eu
· Sentinel for Java API
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
Select Theme
Light
Dark
System Setting
com.svenruppert.jsentinel.rest
RestRequest
Contents
Description
Method Summary
Method Details
method()
path()
headers()
queryParameters()
Hide sidebar
Show sidebar
Interface RestRequest
All Known Subinterfaces:
BodyRestRequest
public interface
RestRequest
Minimal framework-independent REST request abstraction.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
String
>
headers
()
Request headers.
String
method
()
HTTP method.
String
path
()
Request path.
Map
<
String
,
String
>
queryParameters
()
Query parameters.
Method Details
method
String
method
()
HTTP method.
Returns:
method
path
String
path
()
Request path.
Returns:
path
headers
Map
<
String
,
String
>
headers
()
Request headers.
Returns:
headers
queryParameters
Map
<
String
,
String
>
queryParameters
()
Query parameters.
Returns:
query parameters