Versions in this module Expand all Collapse all v0 v0.0.7 May 11, 2026 v0.0.6 Mar 27, 2026 v0.0.4 Feb 17, 2026 Changes in this version + func ExtractRootCa(server *httptest.Server) (rootCaStr string, err error) + type HTTPRequest struct + func NewHTTPRequest(req *http.Request) (testReq HTTPRequest) + func (req HTTPRequest) ExtractBasicAuth() (username, password string, err error)