Documentation
¶
Overview ¶
Package ihttp implements an HTTP server for iPXE binaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenAndServe ¶
ListenAndServe is a patterned after http.ListenAndServe. It listens on the TCP network address srv.Addr and then calls ServeHTTP to handle requests on incoming connections.
ListenAndServe always returns a non-nil error. After Shutdown or Close, the returned error is http.ErrServerClosed.
Types ¶
Click to show internal directories.
Click to hide internal directories.