# Functions
HHandle はhttp.Handleの代わり.
# Structs
HRequest はhttp.Requestの代理.
HWriter はhttp.ResponseWriterの代理.
No description provided by the author
③ 構造体に構造体を埋め込む.
ShinJinrui2 は*grasshopperの能力を 構造体埋め込み(③)により"そのまま"借りる.
No description provided by the author
ShinJinrui4 はdolphinの能力を 構造体埋め込み(③)により"そのまま"借りる.
ShinJinrui5 はdolphinの能力を借りるし dolphinという名前のフィールドを持つ.
② 構造体にインターフェースを埋め込む.
# Interfaces
No description provided by the author
① インターフェースにインターフェースを埋め込む.
HHandler はhttp.Handlerの代わり.
No description provided by the author
No description provided by the author
# Type aliases
HHandlerFunc はhttp.HandlerFuncの代わり HServerHTTPメソッド(http.ServeHTTP)を実装して 関数がこの型へキャストすることでHHander(http.Handler) インターフェースを実装できるようにする役割.
Status は健康状態を意味する.