conv

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2023 License: MIT Imports: 13 Imported by: 0

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 Format

type Format int

Formatは入出力フォーマットの列挙型です。

const (
	JsonFormat Format = iota // JSON形式のフォーマットです。
)

func (Format) String

func (f Format) String() string

Format型を文字列に変換します。

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ヘッダ入力元を設定します。

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL