All files / output if_web_http_request.intf.mjs

84.94% Statements 79/93
100% Branches 2/2
1.29% Functions 1/77
84.94% Lines 79/93

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 931x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x   1x 1x 1x 1x 1x 1x 1x   1x 1x 1x   1x 1x 1x 1x 1x 1x           1x 1x           1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// if_web_http_request.intf.abap
class if_web_http_request {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'IF_WEB_HTTP_REQUEST';
  static ATTRIBUTES = {"CO_PROTOCOL_VERSION_1_0": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "CO_PROTOCOL_VERSION_1_1": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "CO_FORMFIELD_ENCODING_RAW": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "CO_FORMFIELD_ENCODING_ENCODED": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {"GET_METHOD": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}}},
  "GET_HEADER_FIELD": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}, "I_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "GET_HEADER_FIELDS": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-NAME"}),
  "value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-VALUE"})}, "if_web_http_request=>name_value_pair", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["NAME"]},"secondary":[]}, "if_web_http_request=>name_value_pairs");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}}},
  "SET_HEADER_FIELD": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_VALUE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "SET_HEADER_FIELDS": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_FIELDS": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-NAME"}),
  "value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-VALUE"})}, "if_web_http_request=>name_value_pair", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["NAME"]},"secondary":[]}, "if_web_http_request=>name_value_pairs");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}}},
  "GET_TEXT": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}}},
  "SET_TEXT": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_TEXT": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_OFFSET": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "I_LENGTH": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "GET_BINARY": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "XStringType"}, "I_OFFSET": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "I_LENGTH": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "SET_BINARY": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_DATA": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "XStringType"}, "I_OFFSET": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "I_LENGTH": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "GET_FORM_FIELD": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}, "I_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_FORMFIELD_ENCODING": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "GET_FORM_FIELDS": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-NAME"}),
  "value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-VALUE"})}, "if_web_http_request=>name_value_pair", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["NAME"]},"secondary":[]}, "if_web_http_request=>name_value_pairs");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "I_FORMFIELD_ENCODING": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "SET_FORM_FIELD": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_VALUE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "SET_FORM_FIELDS": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_FIELDS": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-NAME"}),
  "value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-VALUE"})}, "if_web_http_request=>name_value_pair", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["NAME"]},"secondary":[]}, "if_web_http_request=>name_value_pairs");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "I_MULTIVALUE": {"type": () => {return new abap.types.Integer({qualifiedName: "INT4"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "SET_URI_PATH": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_URI_PATH": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "MULTIVALUE": {"type": () => {return new abap.types.Integer({qualifiedName: "INT4"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "ADD_MULTIPART": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "SUPPRESS_CONTENT_LENGTH": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
  "GET_MULTIPART": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "INDEX": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "NUM_MULTIPARTS": {"visibility": "U", "parameters": {"NUM": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "R", "type_name": "IntegerType"}}},
  "GET_COOKIE": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.Structure({
  "name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-NAME"}),
  "value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-VALUE"}),
  "domain": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-DOMAIN"}),
  "path": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-PATH"}),
  "secure": new abap.types.Integer({qualifiedName: "INT4"}),
  "expires": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-EXPIRES"})}, "if_web_http_request=>cookie", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "I_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_PATH": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "GET_COOKIES": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-NAME"}),
  "value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-VALUE"}),
  "domain": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-DOMAIN"}),
  "path": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-PATH"}),
  "secure": new abap.types.Integer({qualifiedName: "INT4"}),
  "expires": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-EXPIRES"})}, "if_web_http_request=>cookie", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["NAME","PATH"]},"secondary":[]}, "if_web_http_request=>cookies");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}}},
  "SET_COOKIE": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_PATH": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_VALUE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_DOMAIN": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_EXPIRES": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_SECURE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "SET_AUTHORIZATION_BASIC": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_USERNAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "I_PASSWORD": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "SET_AUTHORIZATION_BEARER": {"visibility": "U", "parameters": {"R_VALUE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_WEB_HTTP_REQUEST", RTTIName: "\\INTERFACE=IF_WEB_HTTP_REQUEST"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "I_BEARER": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "APPEND_TEXT": {"visibility": "U", "parameters": {"DATA": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "OFFSET": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "LENGTH": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "APPEND_BINARY": {"visibility": "U", "parameters": {"DATA": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "XStringType"}, "OFFSET": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "LENGTH": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "SET_QUERY": {"visibility": "U", "parameters": {"QUERY": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "SET_VERSION": {"visibility": "U", "parameters": {"VERSION": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "SET_CONTENT_TYPE": {"visibility": "U", "parameters": {"CONTENT_TYPE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "GET_CONTENT_TYPE": {"visibility": "U", "parameters": {"CONTENT_TYPE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}}},
  "DELETE_HEADER_FIELD": {"visibility": "U", "parameters": {"NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
  "GET_LAST_ERROR": {"visibility": "U", "parameters": {"RC": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "R", "type_name": "IntegerType"}}},
  "GET_DATA_LENGTH": {"visibility": "U", "parameters": {"DATA_LENGTH": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "E", "type_name": "IntegerType"}}},
  "SET_FORMFIELD_ENCODING": {"visibility": "U", "parameters": {"FORMFIELD_ENCODING": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}},
  "TO_XSTRING": {"visibility": "U", "parameters": {"DATA": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "XStringType"}}},
  "FROM_XSTRING": {"visibility": "U", "parameters": {"DATA": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "XStringType"}}}};
}
abap.Classes['IF_WEB_HTTP_REQUEST'] = if_web_http_request;
if_web_http_request.if_web_http_request$co_protocol_version_1_0 = new abap.types.Integer({qualifiedName: "I"});
if_web_http_request.if_web_http_request$co_protocol_version_1_0.set(1000);
if_web_http_request.if_web_http_request$co_protocol_version_1_1 = new abap.types.Integer({qualifiedName: "I"});
if_web_http_request.if_web_http_request$co_protocol_version_1_1.set(1001);
if_web_http_request.if_web_http_request$co_formfield_encoding_raw = new abap.types.Integer({qualifiedName: "I"});
if_web_http_request.if_web_http_request$co_formfield_encoding_raw.set(1);
if_web_http_request.if_web_http_request$co_formfield_encoding_encoded = new abap.types.Integer({qualifiedName: "I"});
if_web_http_request.if_web_http_request$co_formfield_encoding_encoded.set(2);
if_web_http_request.name_value_pair = new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-NAME"}),
"value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-VALUE"})}, "if_web_http_request=>name_value_pair", undefined, {}, {});
if_web_http_request.cookie = new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-NAME"}),
"value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-VALUE"}),
"domain": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-DOMAIN"}),
"path": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-PATH"}),
"secure": new abap.types.Integer({qualifiedName: "INT4"}),
"expires": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-EXPIRES"})}, "if_web_http_request=>cookie", undefined, {}, {});
if_web_http_request.name_value_pairs = abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-NAME"}),
"value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>NAME_VALUE_PAIR-VALUE"})}, "if_web_http_request=>name_value_pair", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["NAME"]},"secondary":[]}, "if_web_http_request=>name_value_pairs");
if_web_http_request.cookies = abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-NAME"}),
"value": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-VALUE"}),
"domain": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-DOMAIN"}),
"path": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-PATH"}),
"secure": new abap.types.Integer({qualifiedName: "INT4"}),
"expires": new abap.types.String({qualifiedName: "IF_WEB_HTTP_REQUEST=>COOKIE-EXPIRES"})}, "if_web_http_request=>cookie", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["NAME","PATH"]},"secondary":[]}, "if_web_http_request=>cookies");
export {if_web_http_request};