书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 913 个相关结果.
  • Trailing / in routes

    Trailing / in route patterns Trailing / in route patterns Slim treats a URL pattern with a trailing slash as different to one without. That is, /user and /user/ are different...
  • Run without Docker

    How-To: Run Dapr in self-hosted mode without Docker Prerequisites Initialize Dapr without containers Perform service invocation Enable state management or pub/sub Enable actors...
  • Run without Docker

    How-To: Run Dapr in self-hosted mode without Docker Prerequisites Initialize Dapr without containers Perform service invocation Enable state management or pub/sub Enable actors...
  • Run without Docker

    How-To: Run Dapr in self-hosted mode without Docker Prerequisites Initialize Dapr without containers Perform service invocation Enable state management or pub/sub Enable actors...
  • Native

    706 2019-09-21 《Slim 2 Document》
    Native Native A Slim application does not presume anything about sessions. If you prefer to use a PHP session, you must configureand start a native PHP session with session_sta...
  • Content-Types

    446 2019-09-21 《Slim 2 Document》
    Content Types Content Types How to Deal with Content-Types By default Slim does not parse any other content-type other than the standard form data because PHP does not support...
  • Expires

    314 2019-09-21 《Slim 2 Document》
    Used in conjunction with the Slim application’s etag() or lastModified() methods, the expires() method sets anExpires header on the HTTP response informing the HTTP clie...
  • XHR

    593 2019-09-21 《Slim 2 Document》
    XHR XHR When using a Javascript framework like MooTools or jQuery to execute an XMLHttpRequest, the XMLHttpRequest willusually be sent with a X-Requested-With HTTP header. The...
  • Deployment

    Deployment Disable error display in production Deploying to your own server Deploying to a shared server Deployment Congratulations! if you have made it this far, that means...
  • Method Overriding

    Method Overriding Middleware Usage Method Overriding Middleware The Method Overidding Middleware enables you to use the X-Http-Method-Override request header or the request b...