Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 73 of 73 for WS (0.03 seconds)

  1. fastapi/applications.py

            **Example**
    
            ```python
            from fastapi import FastAPI, WebSocket
    
            app = FastAPI()
    
            @app.websocket("/ws")
            async def websocket_endpoint(websocket: WebSocket):
                await websocket.accept()
                while True:
                    data = await websocket.receive_text()
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 21:25:59 GMT 2025
    - 176.3K bytes
    - Click Count (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.wbs"/>
      </mime-type>
      <mime-type type="application/vnd.ctc-posml">
        <glob pattern="*.pml"/>
      </mime-type>
      <mime-type type="application/vnd.ctct.ws+xml"/>
      <mime-type type="application/vnd.cups-pdf"/>
      <mime-type type="application/vnd.cups-postscript"/>
      <mime-type type="application/vnd.cups-ppd">
        <glob pattern="*.ppd"/>
      </mime-type>
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Oct 16 07:46:32 GMT 2025
    - 320.2K bytes
    - Click Count (5)
  3. CREDITS

    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.
    
    ================================================================
    
    github.com/gobwas/ws
    https://github.com/gobwas/ws
    ----------------------------------------------------------------
    The MIT License (MIT)
    
    Copyright (c) 2017-2021 Sergey Kamardin <******@****.***>
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Mar 13 05:29:51 GMT 2025
    - 1.8M bytes
    - Click Count (0)
Back to Top