lucee.Componentrelax.Relaxer
Copyright Ortus Solutions, Corp, All rights reserved www.ortussolutions.com --- The Relaxer service
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
DSLService
|
true
|
false
|
|
any
|
log
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
any
|
clearHistory()
Clear the history stack. |
string
|
getDSLService()
|
array
|
getHistory()
Get the relaxer history array. |
string
|
getLog()
|
numeric
|
getMaxHistory()
Get the max history stack, this comes from the relax settings. |
any
|
pushHistory(any values)
Clear the history stack. |
any
|
send([any httpMethod='GET'], [any httpResource=''], [any httpFormat=''], [any headerNames=''], [any headerValues=''], [any parameterNames=''], [any parameterValues=''], [any username=''], [any password=''], [any httpProxy=''], [any httpProxyPort=''])
Send a Relaxer Request. |
any
|
setDSLService(any DSLService)
|
any
|
setLog(any log)
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- DSLService@relaxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueMethod Detail |
---|
Clear the history stack
Get the relaxer history array
Get the max history stack, this comes from the relax settings
Clear the history stack
values
Send a Relaxer Request
httpMethod
- HTTP MethodhttpResource
- HTTP Resource to hithttpFormat
- HTTP Format extension if used.headerNames
- HTTP header names (list)headerValues
- HTTP header values (list)parameterNames
- HTTP parameters names (list)parameterValues
- HTTP parameters values (list)username
- HTTP Basic Auth Usernamepassword
- HTTP Basic Auth passwordhttpProxy
- HTTP Proxy server hosthttpProxyPort
- HTTP Proxy server host portDSLService
log