Fixed a type mismatch in [servicedecl.tmpl]: The system was expecting a generic protobuf message type but encountered a specific message type, causing an interface conversion error.
Resolved a memory error in the file service: Identified this issue while working on the http connector service and discovered the same problem in the file service.
Introduced http and http connector services:
The http package provides support for common HTTP methods: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, CONNECT, TRACE. Only select fields for requests and responses have been implemented; feedback on additional fields is welcome.
The http connector service features a "Check" function to validate incoming real HTTP requests from external sources.
Fixed a type mismatch in [servicedecl.tmpl]: The system was expecting a generic protobuf message type but encountered a specific message type, causing an interface conversion error.
Resolved a memory error in the file service: Identified this issue while working on the
http connector
service and discovered the same problem in thefile
service.Introduced
http
andhttp
connector services: