Info |
---|
|
This routine is available starting with SIL Engineā¢ 4.1.0. |
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | httpCreateHeader(key, value) | Package | http | Alias | |
...
...
Excerpt |
---|
|
Creates an HttpHeader object. |
Creates an HttpHeader object.
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
key | |
...
String | Yes | The key for the http header. | value |
|
...
String | Yes | The value for the http header. |
|
...
HttpHeader
Code Block |
---|
HttpRequest request;
HttpHeader header = httpCreateHeader("Content-Type", "application/json");
request.headers += header; |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "http_support"routine" and space = currentSpace ( ) |
---|
labels | jiraarray_project_routineroutines |
---|
|