Interface | Description |
---|---|
MultiPartData |
Represents a multipart data stream that could be received from a call
|
Version |
Represents content version
|
Class | Description |
---|---|
ByteArrayContent |
Implementation of the
class OutgoingContent.ByteArrayContent for sending array of bytes |
CachingOptions |
Specifies caching properties for an
class OutgoingContent such as Cache-Control or Expires |
CachingOptionsJvmKt | |
CachingOptionsKt | |
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 |
JarFileContent |
Represents an
class OutgoingContent for a resource inside a Jar file |
LastModifiedJavaTimeKt | |
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,
ApplicationResponsePropertiesJvmKt.expires date and CachingOptionsKt.getCaching |
LocalFileContentKt | |
MultipartJvmKt | |
MultipartKt | |
OutgoingContent |
Information about the content to be sent to the peer, recognized by a client or server engine
|
PartData |
Represents a multipart/form-data entry. Could be a
class PartData.FormItem or class PartData.FileItem |
TextContent |
Represents a text content that could be sent
|
URIFileContent |
Represents a content that is served from the specified uri
|
VersionsKt | |
WriterContent |
Represents a content that is produced by body function
|
Enum | Description |
---|---|
VersionCheckResult |
Represent result of the version comparison between content being sent and HTTP request.
|