Skip to content

Commit

Permalink
add if_http_extension
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Sep 16, 2019
1 parent 2ffd3ea commit 9733c0a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/if_http_extension.intf.abap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
INTERFACE if_http_extension.

METHODS handle_request IMPORTING server TYPE string.

ENDINTERFACE.
15 changes: 15 additions & 0 deletions src/if_http_extension.intf.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_INTF" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOINTERF>
<CLSNAME>if_http_extension</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>if_http_extension</DESCRIPT>
<EXPOSURE>2</EXPOSURE>
<STATE>1</STATE>
<UNICODE>X</UNICODE>
</VSEOINTERF>
</asx:values>
</asx:abap>
</abapGit>

0 comments on commit 9733c0a

Please sign in to comment.