Documentation ¶
Overview ¶
## Frontend-related services.
This package contains services required to serve the web interface. It is composed of the following services :
### pydio.web.statics This is a simple HTTP server for accessing to the basic resources like the interface index, serving the front plugins contents, and handling some specific URLs.
See web/plugins.go
### pydio.grpc.frontend Provides a couple of frontend-specific REST APIs that are used only by the frontend clients. It has the particularity to implement a Web Session mechanism (using a CookieStore).
See rest/plugins.go Services under this folder are called directly by the Http frontend
Directories ¶
Path | Synopsis |
---|---|
front-srv
|
|
rest
Package rest is a service for serving specific requests directly to frontend
|
Package rest is a service for serving specific requests directly to frontend |
web
Package web is serving the main entry points for the JS frontend
|
Package web is serving the main entry points for the JS frontend |
Click to show internal directories.
Click to hide internal directories.