Documentation ¶
Overview ¶
Package httploader implements loader.Loader for http/https url.
The package is typically only imported for the side effect of registering its Loaders.
To use httploader, link this package into your program:
import _ "github.com/santhosh-tekuri/jsonschema/v5/httploader"
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client = http.DefaultClient
Client is the default HTTP Client used to Get the resource.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.