经NTLM认证的Go Go HTTP请求-Golang开发

时间:2021-05-26 18:10:38
【文件属性】:
文件名称:经NTLM认证的Go Go HTTP请求-Golang开发
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-26 18:10:38
Golang Networking go-http-ntlm是一个Go程序包,其中包含用于http.Client的NTLM传输(http.RoundTripper实现),以发出NTLM身份验证受保护的http请求。 go-http-ntlm go-http-ntlm是一个Go程序包,其中包含用于http.Client的NTLM传输(http.RoundTripper实现),以发出NTLM身份验证受保护的http请求。 用法示例包main import(“ io / ioutil”“ log”“ net / http”“字符串”“ github.com/vadimi/go-http-ntlm”)func main(){//配置http客户端client:= http .Client {传输:&httpntlm.NtlmTransport {域:“ mydomain”,用户:“ testuser”
【文件预览】:
go-http-ntlm-master
----go.mod(92B)
----ntlmtransport.go(3KB)
----LICENSE(1KB)
----go.sum(169B)
----httpntlm_test.go(1KB)
----readme.md(1KB)
----negotiator.go(2KB)

网友评论