Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for Subroute (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tests/test_generate_unique_id_function.py

                                    },
                                },
                            },
                        }
                    },
                    "/subrouter": {
                        "post": {
                            "summary": "Post Subrouter",
                            "operationId": "bar_post_subrouter",
                            "requestBody": {
                                "content": {
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 75K bytes
    - Click Count (0)
  2. cmd/test-utils_test.go

    		// Register all api endpoints by default.
    		registerAPIRouter(muxRouter)
    		return
    	}
    	// API Router.
    	apiRouter := muxRouter.PathPrefix(SlashSeparator).Subrouter()
    	// Bucket router.
    	bucketRouter := apiRouter.PathPrefix("/{bucket}").Subrouter()
    
    	// All object storage operations are registered as HTTP handlers on `objectAPIHandlers`.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 77K bytes
    - Click Count (0)
Back to Top