|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.client.httpSession
public class httpSession
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 mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, init, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
private any callWithOutProxyServer([any url], [any data], [any httpMethod], [any paramType], [any referer])
url
data
httpMethod
paramType
referer
private any callWithProxyServer([any url], [any data], [any httpMethod], [any paramType], [any referer])
url
data
httpMethod
paramType
referer
public any get([any url='/'], [any data='[runtime expression]'], [any referer=''])
url
data
referer
public any getBaseURL()
public any getCharSet()
public any getHost()
public any getPort()
public any getProtocal()
public any getReferer()
public any getResolveurl()
public struct GetResponseCookies(struct Response)
Response
- The response of a CFHttp call.public any getThrowOnError()
public any getTimeout()
public any getUserAgent()
public any post([any url='/'], [any data='[runtime expression]'], [any referer=''])
url
data
referer
public any setCharSet([any charSet])
charSet
public any setConfigBean([any configBean])
configBean
public any setHost([any Host])
Host
public any setPort([any port])
port
public any setProtocal([any protocal])
protocal
public any setReferer([any referer])
referer
public any setResolveurl([any resolveurl])
resolveurl
public any setThrowOnError([any throwOnError])
throwOnError
public any setTimeout([any timeout])
timeout
public any setUserAgent([any userAgent])
userAgent
|
Mura CMS 6.1 | ||||
FRAMES |