Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for interactive (0.17 sec)

  1. docs/changelogs/changelog_3x.md

        before the response starts. With duplex, request and response bodies are transmitted
        simultaneously. This can be used to implement interactive conversations within a single HTTP
        call.
    
        Create duplex calls by overriding the new `RequestBody.isDuplex()` method to return true.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
  2. cmd/sts-handlers_test.go

    	bucket := getRandomBucketName()
    	err := s.client.MakeBucket(ctx, bucket, minio.MakeBucketOptions{})
    	if err != nil {
    		c.Fatalf("bucket create error: %v", err)
    	}
    
    	// Generate web identity STS token by interacting with OpenID IDP.
    	token, err := MockOpenIDTestUserInteraction(ctx, testAppParams, "******@****.***", "dillon")
    	if err != nil {
    		c.Fatalf("mock user err: %v", err)
    	}
    	// fmt.Printf("TOKEN: %s\n", token)
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
  3. configure.py

      set_system_libs_flag(environ_cp)
      if is_windows():
        set_windows_build_flags(environ_cp)
    
      if get_var(environ_cp, 'TF_SET_ANDROID_WORKSPACE', 'android workspace', False,
                 ('Would you like to interactively configure ./WORKSPACE for '
                  'Android builds?'), 'Searching for NDK and SDK installations.',
                 'Not configuring the WORKSPACE for Android builds.'):
        create_android_ndk_rule(environ_cp)
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top