No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 49.3%
  • C++ 37.5%
  • Shell 7.6%
  • CMake 5.6%
Find a file
2024-07-18 09:54:56 +08:00
ci Separate from stellar-on-sapp project. 2024-04-08 09:48:13 +08:00
cmake fix build RPM package, update cmake/Preinsall, cmake/PreUninstall 2024-04-09 03:16:33 +00:00
conf Add BODY_START message; add http_url_decode(); disable CONNECT tunnel. 2024-07-18 09:54:56 +08:00
deps Separate from stellar-on-sapp project. 2024-04-08 09:48:13 +08:00
include Add BODY_START message; add http_url_decode(); disable CONNECT tunnel. 2024-07-18 09:54:56 +08:00
src Add BODY_START message; add http_url_decode(); disable CONNECT tunnel. 2024-07-18 09:54:56 +08:00
test Add BODY_START message; add http_url_decode(); disable CONNECT tunnel. 2024-07-18 09:54:56 +08:00
test_based_on_stellar Add BODY_START message; add http_url_decode(); disable CONNECT tunnel. 2024-07-18 09:54:56 +08:00
vendor upgrade llhttp to v9.2.1, not support whitespace before header name. 2024-06-25 17:09:07 +08:00
.gitignore Separate from stellar-on-sapp project. 2024-04-08 09:48:13 +08:00
.gitlab-ci.yml Add BODY_START message; add http_url_decode(); disable CONNECT tunnel. 2024-07-18 09:54:56 +08:00
autorevision.sh Separate from stellar-on-sapp project. 2024-04-08 09:48:13 +08:00
CMakeLists.txt Adapt to stellar2.0;update API,add HDR_END,BODY_END,TRANSACTION_NEW,FREE msg. 2024-06-03 11:08:06 +08:00
readme.md Separate from stellar-on-sapp project. 2024-04-08 09:48:13 +08:00

Http decoder

This is a HTTP protocol parsing library based on llhttp.