xvzc
|
79d255719e
|
fix: packet processing for http request (#230)
* fix: http proxy
* chore: make a function for setting connection timeout
* chore: rename parameters for consistency
|
2024-09-03 16:07:11 +09:00 |
|
xvzc
|
9beb9f8390
|
chore: rename HttpPacket to HttpRequest
|
2024-08-22 13:05:32 +09:00 |
|
xvzc
|
e57f95c604
|
refactor reading http request
|
2024-08-15 02:39:23 +09:00 |
|
xvzc
|
7f1ad9e7ec
|
refactor #133
|
2024-08-14 17:01:14 +09:00 |
|
Andrey Semenov
|
173b5da2a5
|
Parse request from connection instead of buffer
|
2024-08-14 12:06:29 +05:00 |
|
xvzc
|
b552e77cbe
|
refactor: reformat
|
2022-11-29 16:54:28 +09:00 |
|
xvzc
|
729008083e
|
update packet parsing
|
2022-05-09 10:57:34 +09:00 |
|
xvzc
|
1462f43730
|
fix url parsing
|
2022-05-08 20:38:00 +09:00 |
|
xvzc
|
1f74c89e77
|
add handling unexpected reequest format
|
2022-03-06 17:53:22 +09:00 |
|
xvzc
|
7563f2b895
|
fix unexpectedly formated http request
|
2022-03-06 17:44:11 +09:00 |
|
xvzc
|
9d9e17f3d2
|
update port parsing, and request order
|
2022-03-05 11:51:17 +09:00 |
|
xvzc
|
45a990d296
|
update http packet parsing method
|
2022-03-05 08:49:28 +09:00 |
|
xvzc
|
0f5eae5dae
|
fix recursive redirect issue
|
2022-01-16 01:44:00 +09:00 |
|
xvzc
|
1e16a454ca
|
add removal of proxy header
|
2022-01-15 06:40:57 +09:00 |
|
xvzc
|
fefdb5efdd
|
update capsulation
|
2022-01-12 02:15:45 +09:00 |
|
xvzc
|
db6c30c9c3
|
delete unnecessary call by reference
|
2022-01-11 04:27:12 +09:00 |
|
xvzc
|
c376d62ea4
|
update packet module
|
2022-01-09 00:09:01 +09:00 |
|
xvzc
|
5e1222054c
|
update structure names in module packet
|
2022-01-08 15:38:16 +09:00 |
|
xvzc
|
11ed1fd681
|
rename request to packet
|
2022-01-08 15:35:32 +09:00 |
|