Changes

Jump to navigation Jump to search
343 bytes removed ,  18:53, 4 May 2022
no edit summary
The following example illustrated what components a URI may consist of (the example is derived from [http://tools.ietf.org/html/rfc3986 RFC 3986]):
<syntaxhighlightpre>
foo://example.com:8042/over/there?name=ferret
\_/ \_________/ \__/\_________/ \_________/
| | | | |
scheme hostname port path query
</syntaxhighlightpre>
=General Functions=
==request:attribute-names==
 
{{Mark|Introduced with BaseX 9.3:}}
{| width='100%'
==request:attribute==
 
{{Mark|Updated with BaseX 9.3:}} return type generalized, default argument added.
{| width='100%'
==request:set-attribute==
 
{{Mark|Introduced with BaseX 9.3:}}
{| width='100%'
| '''Summary'''
|Binds the specified {{Code|$value}} to the request attribute with the specified {{Code|$name}}.
|-
| '''Errors'''
|{{Error|attribute|#Errors}} The supplied value cannot be materialized.
|}
! width="110"|Code
|Description
|-
|{{Code|attribute}}
|An attribute cannot be retrieved or stored.
|-
|{{Code|parameter}}
;Version 9.3
 
* Added: [[#request:attribute-names|request:attribute-names]], [[#request:set-attribute|request:set-attribute]]
* Updated: [[#request:attribute|request:attribute]]: return type generalized, default argument added
;Version 7.9
 
* Updated: The returned values of [[#request:parameter-names|request:parameter-names]], [[#request:parameter|request:parameter]] now also include form field parameters.
;Version 7.8
 
* Added: [[#request:context-path|request:context-path]]
;Version 7.7
 
* Added: [[#request:attribute|request:attribute]]
This module was introduced with Version 7.5.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu