书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 91 个相关结果.
  • Request ID

    Request ID Request ID Request ID adds an identifier to the request using the X-Request-ID header Installation go get - u github . com / gofiber / requestid Signature...
  • Basic Auth

    Basic Auth Basic Auth Basic auth middleware provides an HTTP basic authentication. It calls the next handler for valid credentials and 401 Unauthorized for missing or invalid ...
  • Redirect

    Redirect Redirect Redirects middleware provides an HTTP redirect to the URL derived from the specified path, with specified status, a positive integer that corresponds to an HT...
  • Compression

    Compression Compression This middleware allows dynamic compression for gzip & deflate if you your responses are bigger than 4kb. If you want to enable compression for static fi...
  • CORS

    CORS CORS CORS middleware implements CORS specification. CORS gives web servers cross-domain access controls, which enable secure cross-domain data transfers. Installation g...
  • Template

    Template Template By default Fiber comes with the default HTML template engine, but this middleware contains third party rendering engines. Installation go get - u gith...
  • Limiter

    Limiter Limiter Use to limit repeated requests to public APIs and/or endpoints such as password reset. This middleware does not share state with other processes/servers. Insta...
  • Favicon

    657 2020-09-14 《Fiber v2.0 Document》
    Favicon Signatures Examples Config Default Config Favicon Favicon middleware for Fiber that ignores favicon requests or caches a provided icon in memory to improve perform...
  • RequestID

    RequestID Signatures Examples Config Default Config RequestID RequestID middleware for Fiber that adds an indentifier to the response. Signatures func New ( config .....
  • Compress

    Compress Signatures Examples Config Default Config Constants Compress Compression middleware for Fiber that will compress the response using gzip , deflate and brotli c...