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

feat: add a trait for limited request body #130

Merged
merged 3 commits into from
Jan 5, 2024
Merged

feat: add a trait for limited request body #130

merged 3 commits into from
Jan 5, 2024

Conversation

fundon
Copy link
Member

@fundon fundon commented Jan 4, 2024

Closes #106

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (98ecceb) 61.13% compared to head (d4972ec) 60.83%.

Files Patch % Lines
viz-core/src/request.rs 76.05% 17 Missing ⚠️
viz-core/src/types/payload.rs 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
- Coverage   61.13%   60.83%   -0.30%     
==========================================
  Files          73       73              
  Lines        4999     5033      +34     
==========================================
+ Hits         3056     3062       +6     
- Misses       1943     1971      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fundon fundon merged commit f27fc5c into main Jan 5, 2024
8 of 9 checks passed
@fundon fundon deleted the RequestLimitsExt branch January 5, 2024 05:08
fundon added a commit that referenced this pull request Jan 6, 2024
* feat: add a trait for limited request body

* fix: clippy

* fix: export
fundon added a commit that referenced this pull request Jan 12, 2024
* feat: support smol runtime

* chore: remove unless modules on smol example

* feat: add a trait for limited request body (#130)

* feat: add a trait for limited request body

* fix: clippy

* fix: export

* chore: renaming

* chore: remove redundance space lines

* feat: add viz-smol

* feat: add viz-smol

* fix: docs

* fix: docs

* fix: docs
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.

A new Trait for payload with limit size
1 participant