🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "interceptor"

Found 3 matching component(s)

  • function logged_request

    A method that intercepts and logs HTTP requests made to the reMarkable API, capturing request/response details including headers, body content, and response data for debugging purposes.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_uploads.py

    http logging debugging requests api-monitoring
  • function logged_request_v2

    A wrapper function that logs HTTP requests and responses for debugging and analysis purposes, capturing request details, response status, and body content.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_real_app_upload.py

    http logging debugging requests monitoring
  • function logged_request_v1

    A wrapper function that intercepts HTTP requests, logs their details (method, URL, headers, body) along with response information, and returns the response object.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/raw_request_logger.py

    logging http requests middleware wrapper

Search Examples