Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendHeadContents ¶ added in v0.8.0
AppendHeadContents allows to append the contents of the <head> tag in an HTTP text/html response.
On error, the response body is unchanged and the caller may proceed as if the function had not been called.
func PrependBodyContents ¶ added in v0.8.0
PrependBodyContents allows to prepend the contents of the <body> tag in an HTTP text/html response.
On error, the response body is unchanged and the caller may proceed as if the function had not been called.
func PrependHeadContents ¶ added in v0.8.0
PrependHeadContents allows to prepend the contents of the <head> tag in an HTTP text/html response.
On error, the response body is unchanged and the caller may proceed as if the function had not been called.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.