INTF IF_HTTP_CLIENT

Source Link
Open in ADT

Home
Previous Object: IF_FUNCTION_TESTDOUBLE
Next Object: IF_HTTP_ENTITY

Public
Attribute request TYPE if_http_request
Attribute response TYPE if_http_response
Attribute propertytype_logon_popup TYPE I
Attribute propertytype_accept_cookie TYPE I
Attribute propertytype_redirect TYPE I
Attribute propertytype_send_sap_passport TYPE I
Constant co_disabled TYPE I
Constant co_enabled TYPE I
Constant co_timeout_default TYPE I
Method authenticate
  IMPORTING
    proxy_authentication TYPE ABAP_BOOL Optional
    username TYPE STRING
    password TYPE STRING
Method close
Method send
  IMPORTING
    timeout TYPE I Optional
  EXCEPTIONS http_communication_failure
  EXCEPTIONS http_invalid_state
  EXCEPTIONS http_processing_failed
  EXCEPTIONS http_invalid_timeout
Method receive
  EXCEPTIONS http_communication_failure
  EXCEPTIONS http_invalid_state
  EXCEPTIONS http_processing_failed
Method send_sap_logon_ticket
Method get_last_error
  EXPORTING
    code TYPE SYSUBRC
    message TYPE STRING
    message_class TYPE c LENGTH 20
    message_number TYPE c LENGTH 3
Method refresh_request
Method create_abs_url
  IMPORTING
    path TYPE STRING Optional
  RETURNING url TYPE STRING
Static Method escape_url
  IMPORTING
    unescaped TYPE STRING
  RETURNING escaped TYPE STRING

Exists on:
754undefined
750undefined
702undefined

Bug reports and ideas welcome
Made using abaplint.app