INTF IF_HTTP_REQUEST

Source Link
Open in ADT

Home
Previous Object: IF_HTTP_EXTENSION
Next Object: IF_HTTP_RESPONSE

Public
Interface if_http_entity
Constant co_protocol_version_1_1 TYPE STRING
Constant co_protocol_version_1_0 TYPE STRING
Constant co_request_method_get TYPE STRING
Constant co_request_method_post TYPE STRING
Method set_method
  IMPORTING
    method TYPE STRING
Method get_method
  RETURNING meth TYPE STRING
Method set_version
  IMPORTING
    version TYPE STRING
Method set_authorization
  IMPORTING
    auth_type TYPE I Optional
    username TYPE STRING
    password TYPE STRING
Method copy
  RETURNING request TYPE if_http_request
Method get_authorization
  EXPORTING
    auth_type TYPE I
    username TYPE STRING
    password TYPE STRING
Method get_form_data
  IMPORTING
    name TYPE STRING
  CHANGING
    data TYPE any
Method get_raw_message
  RETURNING data TYPE XSTRING
Method get_uri_parameter
  IMPORTING
    name TYPE STRING
  RETURNING value TYPE STRING
Method get_user_agent
  EXPORTING
    user_agent_type TYPE I
    user_agent_version TYPE I

Exists on:
754undefined
750undefined
702undefined

Bug reports and ideas welcome
Made using abaplint.app