Eason

Results 19 issues of Eason

### Checks - [X] I understand project setup issues should be asked on [StackOverflow](https://stackoverflow.com/questions/tagged/http-proxy-middleware) or in [GitHub Discussions](https://github.com/chimurai/http-proxy-middleware/discussions). - [X] I updated to latest `http-proxy-middleware`. ### Describe the bug (be...

## Description ## Motivation and Context fix https://github.com/chimurai/http-proxy-middleware/issues/777 ## How has this been tested? ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [...

https://github.com/oauthjs/node-oauth2-server/blob/91d2cbe70a0eddc53d72def96864e2de0fd41703/lib/handlers/authorize-handler.js#L179 when it is in authorize mode, you wonnot send clientSecret to getClient, is it a bug ?

fix https://github.com/tokers/lua-resty-requests/issues/29

https://github.com/tokers/lua-resty-requests/blob/ff1309a4882a8253df18d6a37985f004aec3f8a1/lib/resty/requests/response.lua#L315 https://github.com/tokers/lua-resty-requests/blob/ff1309a4882a8253df18d6a37985f004aec3f8a1/lib/resty/requests/response.lua#L316 I found the bug is caused by the code, fixed ContentType values, it should using regular expression to detect the validity of ContentType

## 推荐项目 - 项目地址:[https://github.com/go-zoox/fetch](https://github.com/go-zoox/fetch) - 类别:Go - 项目标题:简单、好用、强大的 Go HTTP Client - 项目描述: - 它是一个基于 Go HTTP Client 的上层应用,方便开发者使用,特别适合有前端 / Node.js 开发经验的开发者 - 支持 HTTP 基础方法 - 支持动态 JSON -...

### 项目信息 * 项目地址:[https://github.com/go-zoox/fetch](https://github.com/go-zoox/fetch) * 类别:Go * 项目标题:简单、好用、强大的 Go HTTP Client * 项目描述: * 它是一个基于 Go HTTP Client 的上层应用,方便开发者使用,特别适合有前端 / Node.js 开发经验的开发者 * 支持 HTTP 基础方法 * 支持动态 JSON *...

### 项目地址: https://github.com/go-zoox/chatgpt-for-chatbot-feishu ### 类别: Go ### 项目描述: 快速将 ChatGPT 接入飞书,基于 [OpenAI 官方接口](https://platform.openai.com/account/api-keys),作为私人工作助理或者企业员工助理 ### 功能支持 * [x] 支持长对话,自动联系上下文 * [x] 支持私人对话 * [x] 支持群聊 * [x] 支持 @ 机器人回复 *...

issue-243

## 支持 Linux 命令行标准环境变量 * `HTTPS_PROXY` * `ALL_PROXY` ## 代理协议支持 * HTTP, HTTPS, SOCKS5 均可 ## 日常用法 ```bash # 如果你用 shadowsocks,默认配置 export HTTPS_PROXY=http://127.0.0.1:1080 # 然后,执行你的程序 ... # 如果你用 clash,clashX 等...

### Why * 1. speed up building for every time * 2. reduce docker image size