Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table Filter
inversefalse,false,false,false
sparkNameSparkline
sortChapter ⇧,Name ⇧
separatorPoint (.)
labels‚‚‚
default,,,
cell-width,,,
userfilterChapter,Name,Excerpt
datepatterndd M yy
globalFiltertrue
id1658410527142_1269681457
worklog5|8|w d h m|w d h m
isORAND
order0,1,2,3


ChapterNameExcerptUsage
RESTisVerbatimPath


Multiexcerpt
MultiExcerptNameisVerbatimPath

Disable most of the path normalization. All escaping must be done manually, leading or trailing whitespaces are preserved.
This is what still will be done, if isVerbatimPath is set to true:

  • variable discovery
    The xUML Runtime will try to find and replace variables (:<my variable name>).
  • colon escaping
    If the path contains a colon that (and that does not indicate a path parameter), you can escape this colon by another one, like :: (e.g. /myAPI/resource/aText::anotherText/:variable).
  • correction of segment delimiters
    The xUML Compiler adds a leading slash (if not present), removes trailing slashes (if present) and removes duplicates slashes, e.g. myAPI//resource/:variable/ becomes /myAPI/resource/:variable.


RESTdigestAlgorithm


Multiexcerpt
MultiExcerptNamedigestAlgorithm
shouldDisplayInlineCommentsInIncludesfalse

Generates a HTTP digest header using the specified algorithm. When applied, a digest header is generated using the specified algorithm, and sent with the request. The generated header conforms with RFC3230 and RFC5843.

Info

Only one value is supported (no multi-value header).



RESTrequestHttpHeaderRoles


Multiexcerpt
MultiExcerptNamerequestHttpHeaderRoles
shouldDisplayInlineCommentsInIncludesfalse

In the context of HTTP based adapters (URL, REST, SOAP), enable automatic header generation for the listed headers. These definitions overwrite the default behavior, and X-Transaction-Id, X-Request-Id, X-Sender-Host and/or X-Sender-Service will be substituted by this definition.


RESTrequestHttpHeaderRoles_adapter


Multiexcerpt
MultiExcerptNamerequestHttpHeaderRoles_adapter
shouldDisplayInlineCommentsInIncludesfalse

requestHttpHeaderRoles can hold a list of definitions in format <http header name>:<role>, that will automatically be generated for each adapter call on this alias. <role> can be one of the listed allowed values (one list entry per line).