Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for shampoo (0.03 sec)

  1. docs_src/response_directly/tutorial002_py39.py

    from fastapi import FastAPI, Response
    
    app = FastAPI()
    
    
    @app.get("/legacy/")
    def get_legacy_data():
        data = """<?xml version="1.0"?>
        <shampoo>
        <Header>
            Apply shampoo here.
        </Header>
        <Body>
            You'll have to use soap here.
        </Body>
        </shampoo>
        """
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 354 bytes
    - Viewed (0)
  2. 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
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 10:43:02 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/adminlte.min.js.map

    IASLkO,GAAAA,WACJ,SAAAA,EAAY7a,EAASkC,GACnBhC,KAAKiG,QAAUjE,EACfhC,KAAKC,SAAWH,EAEhBE,KAAK4B,mCAKPuC,OAAA,SAAOsI,GACLA,EAAKtM,QAAQ,MAAMyI,YAAY4R,IAC1Blc,EAAAA,QAAEmO,GAAMmO,KAAK,WAKlB5a,KAAK6a,MAAMpO,GAJTzM,KAAK8a,QAAQxc,EAAAA,QAAEmO,OAOnBoO,MAAA,SAAMpO,GACJzM,KAAKiG,QAAQwU,QAAQ5Z,KAAK4L,MAG5BqO,QAAA,SAAQrO,GACNzM,KAAKiG,QAAQyU,UAAU7Z,KAAK4L,MAK9B7K,MAAA,WAAQ,IAAAjB,EAAAX,KACA+a,EAAkB/a,KAAKC,SAE7B8a,EAAgBha,KAAK,0BAA0BZ,QAAQ,MAAMyI,YAAY4R,IACzEO,EAAgBjZ,GAAG,SAAU,kBAAkB,SAAAO,GAC7C1B,EAAKwD,OAA...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
Back to top