lucee.Component
mura.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 |
|---|
urldatahttpMethodparamTyperefererurldatahttpMethodparamTypereferer
get
in class
cfobject
urldatarefererThis parses the response of a CFHttp call and puts the cookies into a struct.
Response - The response of a CFHttp call.urldatareferercharSetconfigBeanHostportprotocalrefererresolveurlthrowOnErrortimeoutuserAgent