Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for WEB (0.02 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/analysis/analysis.go

    	Name string
    
    	// Doc is the documentation for the analyzer.
    	// The part before the first "\n\n" is the title
    	// (no capital or period, max ~60 letters).
    	Doc string
    
    	// URL holds an optional link to a web page with additional
    	// documentation for this analyzer.
    	URL string
    
    	// Flags defines any flags accepted by the analyzer.
    	// The manner in which these flags are exposed to the user
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/driver/driver.go

    		Obj:           obj,
    		UI:            o.UI,
    		HTTPServer:    httpServer,
    		HTTPTransport: o.HTTPTransport,
    	}
    }
    
    // HTTPServerArgs contains arguments needed by an HTTP server that
    // is exporting a pprof web interface.
    type HTTPServerArgs plugin.HTTPServerArgs
    
    // Options groups all the optional plugins into pprof.
    type Options struct {
    	Writer        Writer
    	Flagset       FlagSet
    	Fetch         Fetcher
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. docs/en/docs/features.md

    * This also allows using automatic **client code generation** in many languages.
    
    ### Automatic docs
    
    Interactive API documentation and exploration web user interfaces. As the framework is based on OpenAPI, there are multiple options, 2 included by default.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/security/first-steps.md

    * The frontend stores that token temporarily somewhere.
    * The user clicks in the frontend to go to another section of the frontend web app.
    * The frontend needs to fetch some more data from the API.
        * But it needs authentication for that specific endpoint.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:48:20 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/security/first-steps.md

    	* O frontend armazena aquele token temporariamente em algum lugar.
    	* O usuário clica no frontend para ir à outra seção daquele frontend do aplicativo web.
    	* O frontend precisa buscar mais dados daquela API.
    		* Mas precisa de autenticação para aquele endpoint em específico.
    		* Então, para autenticar com nossa API, ele manda um header de `Autorização` com o valor `Bearer` mais o token.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. docs/zh/docs/features.md

    * 经过了缜密的研究后围绕这些标准而设计。并非狗尾续貂。
    * 这也允许了在很多语言中自动**生成客户端代码**。
    
    ### 自动生成文档
    
    交互式 API 文档以及具探索性 web 界面。因为该框架是基于 OpenAPI,所以有很多可选项,FastAPI 默认自带两个交互式 API 文档。
    
    * <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank"><strong>Swagger UI</strong></a>,可交互式操作,能在浏览器中直接调用和测试你的 API  。
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top