Add internal Procedure functions
This commit is contained in:
parent
be7ad5e1c7
commit
dab5de5edb
1 changed files with 6 additions and 3 deletions
|
@ -58,9 +58,12 @@ DeclareModule lhs_web
|
|||
EndEnumeration
|
||||
|
||||
Enumeration e_handler_prototype 1
|
||||
#handler_proto_universal
|
||||
#handler_proto_post
|
||||
#handler_proto_get
|
||||
#handler_proto_universal ;Used for Dynamic Librarys
|
||||
#handler_proto_post ;Used for Dynamic Librarys
|
||||
#handler_proto_get ;Used for Dynamic Librarys
|
||||
#handler_proto_i_universal ;Used for internal Procedures
|
||||
#handler_proto_i_post ;Used for internal Procedures
|
||||
#handler_proto_i_get ;Used for internal Procedures
|
||||
EndEnumeration
|
||||
|
||||
Enumeration cli_handler_app 1
|
||||
|
|
Loading…
Reference in a new issue