Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cat2 (0.08 sec)

  1. fastapi/applications.py

            from fastapi import FastAPI, Response
    
            app = FastAPI()
    
            @app.head("/items/", status_code=204)
            def get_items_headers(response: Response):
                response.headers["X-Cat-Dog"] = "Alone in the world"
            ```
            """
            return self.router.head(
                path,
                response_model=response_model,
                status_code=status_code,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    type BytesChan chan []byte
    type BytesChanRecv <-chan []byte
    type BytesChanSend chan<- []byte
    
    var convertTests = []struct {
    	in  Value
    	out Value
    }{
    	// numbers
    	/*
    		Edit .+1,/\*\//-1>cat >/tmp/x.go && go run /tmp/x.go
    
    		package main
    
    		import "fmt"
    
    		var numbers = []string{
    			"int8", "uint8", "int16", "uint16",
    			"int32", "uint32", "int64", "uint64",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top