api

http4k / org.http4k.routing.experimental / InMemoryResource

InMemoryResource

class InMemoryResource : Resource

Constructors

Name Summary
<init> InMemoryResource(content: String, contentType: ContentType, lastModified: Instant? = null, etag: ETag? = null)
InMemoryResource(content: ByteArray, contentType: ContentType, lastModified: Instant? = null, etag: ETag? = null)

Properties

Name Summary
contentType val contentType: ContentType
etag val etag: ETag?
lastModified val lastModified: Instant?
length val length: Long?

Functions

Name Summary
openStream fun openStream(): ByteArrayInputStream