| Package | Description |
|---|---|
| express.filter | |
| express.http | |
| express.http.request | |
| express.middleware |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterImpl.handle(Request req,
Response res) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequestHandler.handle(Request req,
Response res)
Handle an http-request
|
| Modifier and Type | Method and Description |
|---|---|
static List<Authorization> |
Authorization.get(Request req) |
static boolean |
Authorization.validate(Request req,
Predicate<Authorization>... validators)
Validates the given request authentication using each of the given predicates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileProvider.handle(Request req,
Response res) |
Copyright © 2019. All rights reserved.