Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
Body HTTP requestのbodyを提供します
func CreateBody ¶
CreateBody 新規でBodyを提供する
func (*Body) ChangeParam ¶
ChangeParam Keyを元にBodyのvalueを変更します JSON形式の値を変更する場合は key1/key2/key3 のような形でスラッシュでkeyをわたしてください
func (*Body) Fetch ¶
func (b *Body) Fetch() io.ReadCloser
Fetch Request内部のデータを*http.Requestに変換して取得します
Click to show internal directories.
Click to hide internal directories.