Skip to content

feat: add set_query method to http_request for setting query paramete…#24

Merged
ruslanti merged 1 commit into
mainfrom
feat/set_query
May 19, 2026
Merged

feat: add set_query method to http_request for setting query paramete…#24
ruslanti merged 1 commit into
mainfrom
feat/set_query

Conversation

@ruslanti
Copy link
Copy Markdown
Collaborator

…rs and bump version to 0.2.3

Copilot AI review requested due to automatic review settings May 19, 2026 08:48
@ruslanti ruslanti requested a review from qrdl May 19, 2026 08:49
@ruslanti ruslanti self-assigned this May 19, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a small API extension to the nginx_module request wrapper to allow updating the request query string, and bumps the crate version accordingly.

Changes:

  • Add HttpRequest::set_query(...) to set ngx_http_request_t.args.
  • Bump nginx_module crate version from 0.2.2 to 0.2.3 (and update Cargo.lock).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
nginx_module/src/http_request.rs Adds a new request setter for the query (args) field.
nginx_module/Cargo.toml Version bump to publish the new API.
Cargo.lock Lockfile update reflecting the crate version bump.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread nginx_module/src/http_request.rs
@ruslanti ruslanti merged commit b7b6bb3 into main May 19, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants