 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyRoute ¶
func ApplyRoute(ctx context.Context, req *http.Request, proxyPath string, route *plugins.AppPluginRoute, ds *m.DataSource)
ApplyRoute should use the plugin route data to set auth headers and custom headers
func NewApiPluginProxy ¶
func NewApiPluginProxy(ctx *m.ReqContext, proxyPath string, route *plugins.AppPluginRoute, appID string, cfg *setting.Cfg) *httputil.ReverseProxy
Types ¶
type DataSourceProxy ¶
type DataSourceProxy struct {
	// contains filtered or unexported fields
}
    func NewDataSourceProxy ¶
func NewDataSourceProxy(ds *m.DataSource, plugin *plugins.DataSourcePlugin, ctx *m.ReqContext, proxyPath string, cfg *setting.Cfg) *DataSourceProxy
func (*DataSourceProxy) HandleRequest ¶
func (proxy *DataSourceProxy) HandleRequest()
 Click to show internal directories. 
   Click to hide internal directories.