Akka HTTP
Version 10.0.15
Scala
Java
! Security Announcements !
0. Release Notes
1. Introduction
2. Usage
3. Data Types & Abstractions
4. Server API
Core Server API
Routing DSL
Minimal Example
Longer Example
Handling HTTP Server failures in the High-Level API
Configuring Server-side HTTPS
Routing DSL Overview
Routes
Directives
Basics
Structure
What Directives do
Composing Directives
Type Safety of Directives
Automatic Tuple extraction (flattening)
Predefined Directives (alphabetically)
Predefined Directives (by trait)
Directives filtering or extracting from the request
Directives creating or transforming the response
List of predefined directives by trait
BasicDirectives
CacheConditionDirectives
CachingDirectives
CodingDirectives
CookieDirectives
DebuggingDirectives
ExecutionDirectives
FileAndResourceDirectives
FileUploadDirectives
fileUpload
fileUploadAll
storeUploadedFile
storeUploadedFiles
uploadedFile
FormFieldDirectives
FuturesDirectives
HeaderDirectives
HostDirectives
Marshalling Directives
MethodDirectives
MiscDirectives
ParameterDirectives
PathDirectives
RangeDirectives
RespondWithDirectives
RouteDirectives
SchemeDirectives
SecurityDirectives
WebSocketDirectives
TimeoutDirectives
Custom Directives
Rejections
Exception Handling
Case Class Extraction
Source Streaming
Route TestKit
HttpApp Bootstrap
Server WebSocket Support
Server HTTPS Support
Server-Side HTTP/2 (Preview)
5. Client API
6. Extensions
7. Supported Technologies
8. Tips And Tricks
9. Contributing
10. Reference
FileUploadDirectives
fileUpload
fileUploadAll
storeUploadedFile
storeUploadedFiles
uploadedFile
listDirectoryContents
fileUpload
The source code for this page can be found
here
.