Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + func SupportedFormats() string + type HttpInputProvider struct + func NewHttpInputProvider(opts *HttpMultiFormatOptions) (*HttpInputProvider, error) + func (i *HttpInputProvider) Close() + func (i *HttpInputProvider) Count() int64 + func (i *HttpInputProvider) InputType() string + func (i *HttpInputProvider) Iterate(callback func(value *contextargs.MetaInput) bool) + func (i *HttpInputProvider) Set(value string) + func (i *HttpInputProvider) SetWithExclusions(value string) error + func (i *HttpInputProvider) SetWithProbe(value string, probe types.InputLivenessProbe) error + type HttpMultiFormatOptions struct + InputFile string + InputMode string + Options formats.InputFormatOptions