Commit 625bff77 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ updated http library to fix issues with openapi import

parent c3734dc1
Loading
Loading
Loading
Loading
+8 −7
Original line number Original line Diff line number Diff line
@@ -17,13 +17,14 @@ Package HTTP {
	Package MessageBased {
	Package MessageBased {
        Import all from Standard
        Import all from Standard
        
        
        //Generic Method type
        //Generic Method type -> required for generation!!!
        Type Method
        Enumerated Method {
        Method mGET
	        Method GET,
        Method mPOST
	        Method POST,
        Method mPUT
	        Method PUT,
        Method mPATCH
	        Method PATCH,
        Method mDELETE
	        Method DELETE
        }


        //Generic Request type    
        //Generic Request type    
        Structure Request (
        Structure Request (