Merge pull request #434 from NapNeko/dev-packet

Dev packet
This commit is contained in:
手瓜一十雪
2024-10-12 15:38:16 +08:00
committed by GitHub
15 changed files with 292 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ export class RequestUtil {
const options = {
hostname: option.hostname,
port: option.port,
path: option.href,
path: option.pathname + option.search,
method: method,
headers: headers,
};