XHR XHR A Boolean property, that is true , if the request’s X-Requested-With header field is XMLHttpRequest , indicating that the request was issued by a client library (such ...
Method Method Returns a string corresponding to the HTTP method of the request: GET , POST , PUT , and so on.Optionally, you could override the method by passing a string. c ...
Path Path Contains the path part of the request URL. Optionally, you could override the path by passing a string. func ( c * Ctx ) Path ( override ... string ) string...
XHR XHR A Boolean property, that is true , if the request’s X-Requested-With header field is XMLHttpRequest , indicating that the request was issued by a client library (such ...
Path Path Contains the path part of the request URL. Optionally, you could override the path by passing a string. func ( c * Ctx ) Path ( override ... string ) string...