toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
SourceLoadProfile
Source
Load
Profile
data
class
SourceLoadProfile
(
val
timeoutMillis
:
Long
?
=
null
,
val
allowHosts
:
List
<
String
>
?
=
null
,
val
authHeaders
:
Map
<
String
,
String
>
?
=
null
,
val
insecureSkipTlsVerify
:
Boolean
?
=
null
,
val
customCaCertPath
:
String
?
=
null
)
Members
Constructors
Source
Load
Profile
Link copied to clipboard
constructor
(
timeoutMillis
:
Long
?
=
null
,
allowHosts
:
List
<
String
>
?
=
null
,
authHeaders
:
Map
<
String
,
String
>
?
=
null
,
insecureSkipTlsVerify
:
Boolean
?
=
null
,
customCaCertPath
:
String
?
=
null
)
Properties
allow
Hosts
Link copied to clipboard
val
allowHosts
:
List
<
String
>
?
=
null
auth
Headers
Link copied to clipboard
val
authHeaders
:
Map
<
String
,
String
>
?
=
null
custom
Ca
Cert
Path
Link copied to clipboard
val
customCaCertPath
:
String
?
=
null
insecure
Skip
Tls
Verify
Link copied to clipboard
val
insecureSkipTlsVerify
:
Boolean
?
=
null
timeout
Millis
Link copied to clipboard
val
timeoutMillis
:
Long
?
=
null