 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
This package provide a method to read and replace http.Request's body.
Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var ErrNoBody = errors.New("no body")
    
      View Source
      
  
    var ErrTooLargeBody = errors.New("too large body")
    
      View Source
      
  
var MaxBodyLength int64 = 16 * 1024 * 1024
    Functions ¶
Types ¶
type SeekableCloser ¶
 Click to show internal directories. 
   Click to hide internal directories.