- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for shampoo (0.04 seconds)
-
docs_src/response_directly/tutorial002_py39.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 354 bytes - Click Count (0) -
tests/test_tutorial/test_response_directly/test_tutorial002.py
return client def test_path_operation(client: TestClient): expected_content = """<?xml version="1.0"?> <shampoo> <Header> Apply shampoo here. </Header> <Body> You'll have to use soap here. </Body> </shampoo> """ response = client.get("/legacy/") assert response.status_code == 200, response.text
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 10:43:02 GMT 2025 - 1.7K bytes - Click Count (0)