toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.io
/
InternetProtocolRequest
Internet
Protocol
Request
class
InternetProtocolRequest
(
val
stepConfig
:
StepConfiguration
,
val
uri
:
URI
)
(
source
)
Members
Constructors
Internet
Protocol
Request
Link copied to clipboard
constructor
(
stepConfig
:
StepConfiguration
,
uri
:
URI
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cookie
Store
Link copied to clipboard
var
cookieStore
:
CookieStore
?
follow
Redirect
Count
Link copied to clipboard
var
followRedirectCount
:
Int
http
Version
Link copied to clipboard
var
httpVersion
:
Pair
<
Int
,
Int
>
?
override
Content
Type
Link copied to clipboard
var
overrideContentType
:
MediaType
?
parameters
Link copied to clipboard
var
parameters
:
Map
<
QName
,
XdmValue
>
properties
Link copied to clipboard
var
properties
:
DocumentProperties
send
Body
Anyway
Link copied to clipboard
var
sendBodyAnyway
:
Boolean
status
Only
Link copied to clipboard
var
statusOnly
:
Boolean
step
Config
Link copied to clipboard
val
stepConfig
:
StepConfiguration
suppress
Cookies
Link copied to clipboard
var
suppressCookies
:
Boolean
timeout
Link copied to clipboard
var
timeout
:
Int
?
uri
Link copied to clipboard
val
uri
:
URI
Functions
add
Header
Link copied to clipboard
fun
addHeader
(
name
:
String
,
value
:
String
)
add
Source
Link copied to clipboard
fun
addSource
(
doc
:
XProcDocument
)
authentication
Link copied to clipboard
fun
authentication
(
method
:
String
,
username
:
String
,
password
:
String
,
preemtive
:
Boolean
=
false
)
execute
Link copied to clipboard
fun
execute
(
method
:
String
)
:
InternetProtocolResponse