Discover Packages
github.com/ckloh720/pydio-cells
frontend
front-srv
directory
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Apr 24, 2018
License: AGPL-3.0
Opens a new window with license information.
README
README
¶
FrontLog Service
A super simple REST service logging every request to the standard input. Used by the PHP Frontend to log operations and errors using the application official format.
The REST service conforms to the following:
service FrontLogService {
rpc Log(FrontLogMessage) returns (FrontLogResponse) {
option (google.api.http) = {
put: "/frontlogs"
body: "*"
};
}
}
Expand ▾
Collapse ▴
Directories
¶
Package rest is a service for serving specific requests directly to frontend
Package rest is a service for serving specific requests directly to frontend
Package web is a service for providing additional plugins to PHP frontend
Package web is a service for providing additional plugins to PHP frontend
Click to show internal directories.
Click to hide internal directories.