docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualHTTP tags
   

  • <aconf>
  • <apre>
  • <auth-required>
  • <expire-time>
  • <header>
  • <killframe>
  • <redirect>
  • <remove-cookie>
  • <return>
  • <set-cookie>
  • <throttle>
  • <throttle/>

    This tag determines a request's allocated bandwidth.

    Attributes

    not
    Disables all and any throttling for the current request. Implies the 'final' arg.
    add
    add=rate
    Adds 'rate' bytes/sec to the current rate for the current request.
    subtract
    subtract=rate
    Subtracts 'rate' bytes/sec from the current rate for the current request.
    multiply
    multiply=float
    Multiplies this requests' bandwidth by 'float'.
    divide
    divide=float
    Divides this requests' bandwidth by 'float'.
    rate
    rate=value
    Sets this request's bandwidth to 'value'.
    final
    No subsequent modifications will be done to this request's bandwidth after the current one.