 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package handler provides http handlers
Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var (
	DefaultMaxRecvSize int64 = 1024 * 1024 * 100 // 10Mb
)
    Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler represents a HTTP handler that manages a request
       Source Files
      ¶
      Source Files
      ¶
    
- handler.go
- options.go
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| Package api provides an http-rpc handler which provides the entire http request over rpc | Package api provides an http-rpc handler which provides the entire http request over rpc | 
| Package event provides a handler which publishes an event | Package event provides a handler which publishes an event | 
| Package http is a http reverse proxy handler | Package http is a http reverse proxy handler | 
| Package rpc is a go-micro rpc handler. | Package rpc is a go-micro rpc handler. | 
| Package web contains the web handler including websocket support | Package web contains the web handler including websocket support | 
 Click to show internal directories. 
   Click to hide internal directories.