{"message":"Proxy Server API","usage":{"method1":{"description":"Pass URL as query parameter","example":"GET /proxy?url=https://api.example.com/data","withParams":"GET /proxy?url=https://api.example.com/search&q=test"},"method2":{"description":"Pass URL in path","example":"GET /proxy/https://api.example.com/data","withParams":"GET /proxy/https://api.example.com/search?q=test"},"supportedMethods":["GET","POST","PUT","PATCH","DELETE","HEAD","OPTIONS"],"notes":["All headers are forwarded except host and connection","Request bodies are supported for POST, PUT, and PATCH","Query parameters are preserved and forwarded","Handles JSON, form-urlencoded, and raw body types"]}}