Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/14790897/cf-proxy
在原来cf-proxy的基础上修改请求头
https://github.com/14790897/cf-proxy
Last synced: 10 days ago
JSON representation
在原来cf-proxy的基础上修改请求头
- Host: GitHub
- URL: https://github.com/14790897/cf-proxy
- Owner: 14790897
- License: mit
- Created: 2024-03-05T05:37:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T09:29:37.000Z (8 months ago)
- Last Synced: 2024-06-03T09:44:59.373Z (8 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 👷 `worker-template` Hello World
A template for kick starting a Cloudflare worker project.
[`index.js`](https://github.com/cloudflare/worker-template/blob/master/index.js) is the content of the Workers script.
#### Wrangler
To generate using [wrangler](https://github.com/cloudflare/wrangler)
```
wrangler generate projectname https://github.com/cloudflare/worker-template
```Further documentation for Wrangler can be found [here](https://developers.cloudflare.com/workers/tooling/wrangler).