Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update iguana #588

Merged
merged 2 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,14 @@ cinatra depends on asio and async_simple.

press_tool depends on cinatra and cmdline.

# submodule

A submodule of cinatra is iguana.

When you want to use this submodule, using the command `git submodule init` will pull the iguana library.

If you want to use the latest iguana, please use the command `git submodule update --remote`.

# 联系方式

purecpp@163.com
Expand Down
8 changes: 8 additions & 0 deletions lang/english/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,14 @@ e.g. `-H User-Agent: coro_http_press` is to add an http header, and `-H User-Age

`-r `parameter, which indicates whether to read a fixed-length response, this parameter can avoid frequent parsing of the response to optimize performance, some servers may return different lengths for the same request, in this case, do not set -r to 1, or do not set this parameter.

# submodule

A submodule of cinatra is iguana.

When you want to use this submodule, using the command `git submodule init` will pull the iguana library.

If you want to use the latest iguana, please use the command `git submodule update --remote`.

## Performance

![qps](../qps.png "qps")
Expand Down
Loading