文件名称:forwarded:Deno端口的“转发”库
文件大小:4KB
文件格式:ZIP
更新时间:2024-03-28 07:38:47
http backend deno deno-library TypeScript
转寄 库的Deno端口。 用法 import { serve } from 'https://deno.land/std@0.88.0/http/server.ts' import { forwarded , parse } from 'https://deno.land/x/forwarded@v0.0.1/mod.ts' const s = await serve ( { port : 3000 } ) for await ( const req of s ) { console . log ( forwarded ( s ) ) } 原料药 forwarded(req) 使用X-Forwarded-For标头获取请求中的所有地址。 parse(header) 解析X-Forwarded-For标头。
【文件预览】:
forwarded-master
----.github()
--------workflows()
----mod_test.ts(1KB)
----LICENSE(1KB)
----README.md(1KB)
----mod.ts(1KB)