Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamableHttpProvider ¶
type StreamableHttpProvider struct {
BaseProvider
URL string `json:"url"`
HTTPMethod string `json:"http_method"` // GET, POST
ContentType string `json:"content_type"` // default application/octet-stream
ChunkSize int `json:"chunk_size"` // bytes, default 4096
Timeout int `json:"timeout"` // ms, default 60000
Headers map[string]string `json:"headers,omitempty"`
Auth *Auth `json:"auth,omitempty"`
BodyField *string `json:"body_field,omitempty"`
HeaderFields []string `json:"header_fields,omitempty"`
}
func UnmarshalStreamableHttpProvider ¶
func UnmarshalStreamableHttpProvider(data []byte) (*StreamableHttpProvider, error)
Click to show internal directories.
Click to hide internal directories.