Documentation
¶
Index ¶
- func Events(handler http.Handler) transport.Events
- func ListenAndServe(addr string, handler http.Handler, opts ...transport.Option) error
- func NowRFC1123String() string
- type CompositeBuffer
- func (b *CompositeBuffer) Close() error
- func (b *CompositeBuffer) Len() int
- func (b *CompositeBuffer) Read(p []byte) (int, error)
- func (b *CompositeBuffer) Reset()
- func (b *CompositeBuffer) Write(p []byte) (int, error)
- func (b *CompositeBuffer) WriteAlias(p []byte) (int, error)
- func (b *CompositeBuffer) WriteClone(p []byte) (int, error)
- type HttpConn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenAndServe ¶
func NowRFC1123String ¶
func NowRFC1123String() string
Types ¶
type CompositeBuffer ¶
type CompositeBuffer struct {
// contains filtered or unexported fields
}
func (*CompositeBuffer) Close ¶
func (b *CompositeBuffer) Close() error
func (*CompositeBuffer) Len ¶
func (b *CompositeBuffer) Len() int
func (*CompositeBuffer) Reset ¶
func (b *CompositeBuffer) Reset()
func (*CompositeBuffer) WriteAlias ¶
func (b *CompositeBuffer) WriteAlias(p []byte) (int, error)
func (*CompositeBuffer) WriteClone ¶
func (b *CompositeBuffer) WriteClone(p []byte) (int, error)
Click to show internal directories.
Click to hide internal directories.