Documentation ¶
Index ¶
- Constants
- type ResponseSt
- type St
- func (c *St) Clean()
- func (c *St) GetOptions() *httpc.OptionsSt
- func (c *St) GetRequest(path string, obj any) (*httpc.OptionsSt, bool)
- func (c *St) GetRequests() []*httpc.OptionsSt
- func (c *St) Send(opts *httpc.OptionsSt) (*httpc.RespSt, error)
- func (c *St) SetOptions(opts *httpc.OptionsSt)
- func (c *St) SetResponse(path string, response ResponseSt)
- func (c *St) SetResponses(responses map[string]ResponseSt)
Constants ¶
View Source
const (
ErrPageNotFound = dopErrs.Err("page_not_found")
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type St ¶
type St struct {
// contains filtered or unexported fields
}
func (*St) GetOptions ¶
func (*St) GetRequests ¶
func (*St) SetOptions ¶
func (*St) SetResponse ¶
func (c *St) SetResponse(path string, response ResponseSt)
func (*St) SetResponses ¶
func (c *St) SetResponses(responses map[string]ResponseSt)
Click to show internal directories.
Click to hide internal directories.