benoitc / benoitc/http-parser

Parsing string with multiple HTTP requests

未关闭
#65 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C
星标
345
派生
94
PR 合并指标
30 天内没有已合并 PR

描述

Could you please clarify what the behaviour is when execute() gets passed a string with two (or even more) HTTP requests directly behind each other (seperated by "\r\n\r\n").
In my example

```
pars.get_headers()["HOST"]
```

returned the Host field of **both** requests seperated with a comma (although the hosts were the same).

Interestingly

```
pars.get_url()
```

returned just the URL of the **second** request.

贡献指南

这个仓库没有索引到贡献指南

调研方向

先通过 execute() 重现示例,然后检查 get_headers() 和 get_url() 如何处理包含多个 HTTP 请求、且请求之间由 "\r\n\r\n" 分隔的字符串。确定并记录对多个请求的预期行为,包括是否应解析两个请求,以及返回的请求头和 URL 应如何表示。

由索引模型根据 Issue 内容生成。

评估

技术栈
c, python
领域
api, backend
Issue 类型
文档
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。