github.com/sap/cf-mta-plugin@v2.6.3+incompatible/clients/csrf/csrf_parameters/csrf_request_header.go (about)

     1  package csrf_parameters
     2  
     3  type CsrfRequestHeader struct {
     4  	CsrfTokenHeader string
     5  	CsrfTokenValue  string
     6  }