lucee.Componentmura.cfobject
mura.client.httpSession
This provides ability to hold a cookie based session to a remote website
Method Summary | |
---|---|
private any
|
callWithOutProxyServer([any url], [any data], [any httpMethod], [any paramType], [any referer])
|
private any
|
callWithProxyServer([any url], [any data], [any httpMethod], [any paramType], [any referer])
|
any
|
get([any url='/'], [any data='[runtime expression]'], [any referer=''])
|
any
|
getBaseURL()
|
any
|
getCharSet()
|
any
|
getHost()
|
any
|
getPort()
|
any
|
getProtocal()
|
any
|
getReferer()
|
any
|
getResolveurl()
|
struct
|
GetResponseCookies(struct Response)
This parses the response of a CFHttp call and puts the cookies into a struct. |
any
|
getThrowOnError()
|
any
|
getTimeout()
|
any
|
getUserAgent()
|
any
|
post([any url='/'], [any data='[runtime expression]'], [any referer=''])
|
any
|
setCharSet([any charSet])
|
any
|
setConfigBean([any configBean])
|
any
|
setHost([any Host])
|
any
|
setPort([any port])
|
any
|
setProtocal([any protocal])
|
any
|
setReferer([any referer])
|
any
|
setResolveurl([any resolveurl])
|
any
|
setThrowOnError([any throwOnError])
|
any
|
setTimeout([any timeout])
|
any
|
setUserAgent([any userAgent])
|
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
url
data
httpMethod
paramType
referer
url
data
httpMethod
paramType
referer
get
in class
cfobject
url
data
referer
This parses the response of a CFHttp call and puts the cookies into a struct.
Response
- The response of a CFHttp call.url
data
referer
charSet
configBean
Host
port
protocal
referer
resolveurl
throwOnError
timeout
userAgent