 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package internal provides a simple middleware that (a) prevents access to internal locations and (b) allows to return files from internal location by setting a special header, e.g. in a proxy response.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Internal ¶
type Internal struct {
	Next  middleware.Handler
	Paths []string
}
    Internal middleware protects internal locations from external requests - but allows access from the inside by using a special HTTP header.
 Click to show internal directories. 
   Click to hide internal directories.