Documentation ¶
Overview ¶
Copyright (c) 2022 RFull Development This source code is managed under the MIT license. See LICENSE in the project root.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHeaderConverter ¶
type HttpHeaderConverter struct {
// contains filtered or unexported fields
}
HttpHeaderConverterは動作に関する情報を保持します。
func NewHttpHeaderConverter ¶
func NewHttpHeaderConverter() *HttpHeaderConverter
NewHttpHeaderConverterはHttpHeaderConverterのインスタンスを生成します。
func (*HttpHeaderConverter) Output ¶
func (conv *HttpHeaderConverter) Output() (string, error)
Outputは変換した結果を返却します。
func (*HttpHeaderConverter) SetNumWorker ¶
func (conv *HttpHeaderConverter) SetNumWorker(numWorker int)
SetNumWorkerはワーカー数を指定します。
func (*HttpHeaderConverter) SetOutputFormat ¶
func (conv *HttpHeaderConverter) SetOutputFormat(outputFormat Format)
SetOutputFormatは標準出力フォーマットを指定します。
func (*HttpHeaderConverter) SetRawHeader ¶
func (conv *HttpHeaderConverter) SetRawHeader(rawHeader *os.File)
SetRawHeaderは生HTTPヘッダ入力元を設定します。
Click to show internal directories.
Click to hide internal directories.