http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.model
/
Part
/
Url
Url
data
class
Url
(
val
url
:
Uri
,
val
metadata
:
Map
<
String
,
Any
>
?
=
null
,
val
filename
:
String
?
=
null
,
val
mediaType
:
MimeType
?
=
null
)
:
Part
(
source
)
Members
Constructors
Url
Link copied to clipboard
constructor
(
url
:
Uri
,
metadata
:
Map
<
String
,
Any
>
?
=
null
,
filename
:
String
?
=
null
,
mediaType
:
MimeType
?
=
null
)
Properties
filename
Link copied to clipboard
open
override
val
filename
:
String
?
media
Type
Link copied to clipboard
open
override
val
mediaType
:
MimeType
?
metadata
Link copied to clipboard
open
override
val
metadata
:
Map
<
String
,
Any
>
?
url
Link copied to clipboard
val
url
:
Uri