{"id":71967,"library":"caffix-cloudflare-roundtripper","title":"Cloudflare Roundtripper","description":"An HTTP round tripper that bypasses Cloudflare anti-bot protection.","status":"active","version":"0.0.0-20181218223503-4c29d231c9cb","language":"go","source_language":null,"source_url":"https://github.com/caffix/cloudflare-roundtripper","tags":["cloudflare","http","round-tripper","bypass"],"install":[{"cmd":"go get github.com/caffix/cloudflare-roundtripper","lang":"bash","label":"Install github.com/caffix/cloudflare-roundtripper"}],"dependencies":[],"imports":[{"symbol":"cloudflare","correct":"github.com/caffix/cloudflare-roundtripper"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"io/ioutil\"\n\t\"net/http\"\n\t\"github.com/caffix/cloudflare-roundtripper\"\n)\n\nfunc main() {\n\tclient := &http.Client{Transport: &cloudflare.RoundTripper{}}\n\tresp, err := client.Get(\"https://example.com\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer resp.Body.Close()\n\tbody, _ := ioutil.ReadAll(resp.Body)\n\tfmt.Println(string(body))\n}","lang":"go","description":"Use the custom HTTP transport to fetch a page protected by Cloudflare."},"warnings":[{"fix":"Ensure compliance with website policies before using.","message":"May violate Cloudflare's terms of service; use responsibly.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'anti':11 'anti-bot':10 'bot':12 'bypass':8,19 'cloudflar':1,9,14 'http':4,15 'protect':13 'round':5,17 'round-tripp':16 'roundtripp':2 'tripper':6,18","created_at":"2026-06-17T18:33:35.131587+00:00","updated_at":"2026-06-17T18:33:35.131587+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/caffix/cloudflare-roundtripper","github":"https://github.com/caffix/cloudflare-roundtripper","docs":"https://pkg.go.dev/github.com/caffix/cloudflare-roundtripper#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}