Interface | Description |
---|---|
Version |
Represents content version
|
Class | Description |
---|---|
ByteArrayContent |
Implementation of the OutgoingContent.ByteArrayContent for sending array of bytes
|
CachingOptions |
Specifies caching properties for an OutgoingContent such as Cache-Control or Expires
|
CachingOptionsKt | |
DefaultTransformKt | |
EntityTagVersion |
This version checks etag value and pass it through conditions supplied by the remote client. Depending on conditions it
produces return value of enum type
enum VersionCheckResult |
HttpStatusCodeContent | |
JarFileContent |
Represents an OutgoingContent for a resource inside a Jar file
|
LastModifiedVersion |
This version passes the given lastModified date through the client provided
http conditional headers If-Modified-Since and If-Unmodified-Since.
|
LocalFileContent |
OutgoingContent representing a local file with a specified contentType, expires date and caching
|
LocalFileContentKt | |
StaticContentKt | |
StaticContentResolutionKt | |
URIFileContent | |
VersionsKt | |
WriterContent |
Enum | Description |
---|---|
VersionCheckResult |
Represent result of the version comparison between content being sent and HTTP request.
|