Add support insecure HTTPS client

This commit is contained in:
Alexey Khit
2023-04-29 17:00:52 +03:00
parent 1e14dc9ab2
commit d276311fcf
2 changed files with 24 additions and 3 deletions
+1
View File
@@ -16,6 +16,7 @@ import (
func Init() {
streams.HandleFunc("http", handle)
streams.HandleFunc("https", handle)
streams.HandleFunc("httpx", handle)
}
func handle(url string) (core.Producer, error) {