Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OneshotSolver ¶
type OneshotSolver struct {
// contains filtered or unexported fields
}
func NewSolverWithClient ¶
func NewSolverWithClient(client tls_client.HttpClient, targetURL string, debug bool) (*OneshotSolver, error)
func (*OneshotSolver) Solve ¶
func (s *OneshotSolver) Solve() (*SolveResult, error)
func (*OneshotSolver) SolveFromData ¶
func (s *OneshotSolver) SolveFromData(data SolveData) (*SolveResult, error)
SolveFromData sends the JSD oneshot request using caller-provided `r`/`t` (and optional cookies), while still fetching/deobfuscating the JSD script to extract the remaining values.
Click to show internal directories.
Click to hide internal directories.