Schemes Reference
It's a schemes reference supported by the main Frictionless package. If you have installed external plugins, there can be more schemes available. Below we're listing a scheme group name (or a loader name) like Remote, which is used, for example, for http
, https
etc schemes. Options can be used for creating controls, for example, control = RemoteControl(http_timeout=1)
.
#
BufferThere are no options available.
#
LocalThere are no options available.
#
MultipartThere are no options available.
#
Remote#
Http SessionType: requests.Session
User defined http session
#
Http PreloadType: bool
Don't use http streaming and preload all the data
#
Http TimeoutType: int
User defined http timeout in minutes
#
S3#
Endpoint UrlType: string
Endpoint url
#
StreamThere are no options available.