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 Diff line number Diff line
@@ -17,13 +17,14 @@ Package HTTP {
	Package MessageBased {
        Import all from Standard
        
        //Generic Method type
        Type Method
        Method mGET
        Method mPOST
        Method mPUT
        Method mPATCH
        Method mDELETE
        //Generic Method type -> required for generation!!!
        Enumerated Method {
	        Method GET,
	        Method POST,
	        Method PUT,
	        Method PATCH,
	        Method DELETE
        }

        //Generic Request type    
        Structure Request (