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([string method='GET'], string resource, [struct headers='[runtime expression]'], [struct params='[runtime expression]'], [string authUsername], [string authPassword], [string HTTPProxy], [numeric HTTPProxyPort='80'], [numeric timeout='20'])
Send a Relaxer Request according to data. |
any
|
setDSLService(any DSLService)
|
any
|
setLog(any log)
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- APIService@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 according to data
method
- HTTP Methodresource
- HTTP Resource to hitheaders
- HTTP headers (struct)params
- HTTP FORM Data (struct)authUsername
- HTTP Basic Auth UsernameauthPassword
- HTTP Basic Auth passwordHTTPProxy
- HTTP Proxy server hostHTTPProxyPort
- HTTP Proxy server host porttimeout
- HTTP Timeout defaults to 20DSLService
log