http4k-platform-aws
Toggle table of contents
6.18.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-platform-aws
http4k-platform-aws
/
org.http4k.aws
/
AwsPreSignedRequest
Aws
Pre
Signed
Request
data
class
AwsPreSignedRequest
(
val
method
:
Method
,
val
uri
:
Uri
,
val
signedHeaders
:
Headers
,
val
expires
:
Instant
)
(
source
)
Members
Constructors
Aws
Pre
Signed
Request
Link copied to clipboard
constructor
(
method
:
Method
,
uri
:
Uri
,
signedHeaders
:
Headers
,
expires
:
Instant
)
Properties
expires
Link copied to clipboard
val
expires
:
Instant
method
Link copied to clipboard
val
method
:
Method
signed
Headers
Link copied to clipboard
val
signedHeaders
:
Headers
uri
Link copied to clipboard
val
uri
:
Uri