Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendConfig ¶
type VertexEngine ¶
type VertexEngine struct {
// contains filtered or unexported fields
}
func NewVertexEngine ¶
func NewVertexEngine(configStr string) (*VertexEngine, error)
func (*VertexEngine) IsAllowedPath ¶
func (e *VertexEngine) IsAllowedPath(path string) bool
func (*VertexEngine) ModifyRequest ¶
func (e *VertexEngine) ModifyRequest(r *http.Request)
func (*VertexEngine) Name ¶
func (e *VertexEngine) Name() string
func (*VertexEngine) ResponseCallback ¶ added in v0.1.5
func (e *VertexEngine) ResponseCallback(resp *http.Response, body io.Reader)
Click to show internal directories.
Click to hide internal directories.