Cursor rule
.cursor/rules/worker-usage.mdc[object Object]
Cursor rules
Quality
35/100
Scores the file, not the repository.Length
105 words
3 headings · 2 code blocksRepository
2
— · pushed 451 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Fetch Worker Usage78This worker accepts fetch-compatible JSON payloads and executes them. It's useful for debugging fetch requests from Cloudflare Workers.910## Example Usage1112```javascript13// Example request to the worker14const response = await fetch('https://fetch-worker.your-subdomain.workers.dev/', {15 method: 'POST',16 headers: {17 'Content-Type': 'application/json'18 },19 body: JSON.stringify({20 url: 'https://api.example.com/data',21 method: 'GET',22 headers: {23 'Authorization': 'Bearer YOUR_TOKEN'24 }25 })26});2728const result = await response.json();29console.log(result);30```3132## Response Format3334The worker returns a standardized JSON response:3536```json37{38 "success": true,39 "status": 200,40 "statusText": "OK",41 "headers": {42 "content-type": "application/json",43 // ... other headers44 },45 "data": {46 // Response data from the target API47 }48}49```50
Also in Thereallo1026/fetch-worker
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| Thereallo1026/fetch-worker.cursor/rules/code-organization.mdc · 2 | Cursor rules | no sections | 25/100 | 3 days ago | |
| Thereallo1026/fetch-worker.cursor/rules/project-overview.mdc · 2 | Cursor rules | archdeployment | 37/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
