Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/actix/actix-web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
https://github.com/actix/actix-web

Prefer cooperative compression over offload to blocking pool.

mstyura opened this pull request about 1 year ago
Infinite Request Pending on Uploading Large Multipart Files

m345054 opened this issue about 1 year ago
build(deps): bump taiki-e/install-action from 2.18.17 to 2.19.1

dependabot[bot] opened this pull request about 1 year ago
build(deps): bump taiki-e/install-action from 2.18.16 to 2.18.17

dependabot[bot] opened this pull request about 1 year ago
Using awc with `LocalPoolHandle` and `thread_local!`

sgdxbc opened this issue about 1 year ago
build(deps): bump taiki-e/install-action from 2.18.14 to 2.18.16

dependabot[bot] opened this pull request about 1 year ago
Support for `X-Forwarded-Prefix`

Valentin-Metz opened this issue about 1 year ago
build(deps): bump taiki-e/install-action from 2.18.13 to 2.18.14

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump taiki-e/cache-cargo-install-action from 1.2.1 to 1.2.2

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump taiki-e/install-action from 2.18.9 to 2.18.13

dependabot[bot] opened this pull request over 1 year ago
Scope macro

pmd3d opened this pull request over 1 year ago
Chrono change to v0.4.30 breaks the build of actix-http-1.0.1

bryan-roberts opened this issue over 1 year ago
AWC support for socket files

robjtede opened this issue over 1 year ago
build(deps): bump taiki-e/install-action from 2.13.4 to 2.18.9

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request over 1 year ago
How it may be possible to return HTTP 500 on panic without catch_unwind

sjmiller609 opened this issue over 1 year ago
Update trust-dns-resolver requirement from 0.22 to 0.23

dependabot[bot] opened this pull request over 1 year ago
fix: wrap attribute codegen regression when using expression

robjtede opened this pull request over 1 year ago
Compile errors after actix-web-codegen v4.2.0 -> v4.2.1

nyurik opened this issue over 1 year ago
Actix Web Rustls v0.21 support

robjtede opened this pull request over 1 year ago
ci: name msrv jobs

robjtede opened this pull request over 1 year ago
minimum viable rustls v0.21 support

robjtede opened this pull request over 1 year ago
Implement Deserialize and Default for actix_web::Data

wyatt-herkamp opened this pull request over 1 year ago
feat: change log level based on response status code

fawni opened this pull request over 1 year ago
bump url version

kristian1108 opened this pull request over 1 year ago
web: add `HttpRequest::full_url()`

TimoCak opened this pull request over 1 year ago
chore: update msrv to 1.68

robjtede opened this pull request over 1 year ago
Test: WebSocket close behavior.

mstyura opened this pull request over 1 year ago
implement FromResidual for Either

Tenshock opened this issue over 1 year ago
Chinese documents

JonZhang3 opened this issue over 1 year ago
Added bincode extractor and responder

JesusGuzmanJr opened this pull request over 1 year ago
Add feature for limit request to log in middleware logger using status code

tglman opened this pull request over 1 year ago
Incorrect sentence in example documentation

HJX-001 opened this issue over 1 year ago
add payload to_bytes helpers

robjtede opened this pull request over 1 year ago
update syn to 2 in web codegen

robjtede opened this pull request over 1 year ago
Update darling requirement from 0.14 to 0.20

dependabot[bot] opened this pull request over 1 year ago
Update syn requirement from 1 to 2

dependabot[bot] opened this pull request over 1 year ago
Update cookie requirement from 0.16 to 0.17

dependabot[bot] opened this pull request over 1 year ago
Bump codecov/codecov-action from 1 to 3

dependabot[bot] opened this pull request over 1 year ago
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.3

dependabot[bot] opened this pull request over 1 year ago
do not compress media types

robjtede opened this pull request over 1 year ago
Add http2 optional feature

jroweboy opened this pull request over 1 year ago
Unnecessary dependency h2

daniel-pfeiffer opened this issue over 1 year ago
Provide documentation in the `middleware` module

Nerixyz opened this pull request over 1 year ago
allow configuring number of test server workers

kristian1108 opened this pull request over 1 year ago
fix: set error to Payload before dispatcher disconnect

ihciah opened this pull request over 1 year ago
lack validation of whether request payload match content-length

hxzhao527 opened this issue over 1 year ago
Invalid cookies can be created without error

lovasoa opened this issue over 1 year ago
add generics example to actix-web

webmstk opened this pull request over 1 year ago
Fix typo

MITSUBOSHI opened this pull request over 1 year ago
fix `test_h2_connection_drop` intermittent test timeout

robjtede opened this issue over 1 year ago
update MSRV to 1.65

robjtede opened this pull request over 1 year ago
Input is not enough for unique date and time error

dadepo opened this issue over 1 year ago
rustls v0.21 upgrade

D0bhareach opened this issue over 1 year ago
align awc's h2 version

Dylan-DPC opened this pull request over 1 year ago
long tasks inside actix_rt::spawn blocking main thread

kimutaiRop opened this issue over 1 year ago
Actix-multipart - Remove unwraps

ghost opened this pull request over 1 year ago
docs(actix-web/README.md): update benchmark link

ImBIOS opened this pull request over 1 year ago
Add missing status code constructor methods on `HttpResponse`

cyqsimon opened this pull request over 1 year ago
[awc] Fix response body when no content-length header

armandmgt opened this pull request over 1 year ago
Fix failing test on Windows

imor opened this pull request over 1 year ago
NormalizePath doesn't cover the situation of /./?

kvzn opened this issue over 1 year ago
Address issue 3033

Wolftousen opened this pull request over 1 year ago
Expose AppEntry for more friendly ergonomics/further impl capabilities

Wolftousen opened this issue over 1 year ago
Compression Server Sent Events

Algorab opened this issue over 1 year ago
Conditional Compression

ranger-ross opened this issue over 1 year ago
update cookie to 0.17

photino opened this pull request over 1 year ago
Support Client initiated Cancellation Propagation

marcsantiago opened this issue over 1 year ago
feat: Add earlydata middleware

dasJ opened this pull request over 1 year ago
Provide Documentation For Implementing Middleware in Rustdoc

Nerixyz opened this issue over 1 year ago
Refine GHA workflows

JohnTitor opened this pull request over 1 year ago
fix RUSTSEC-2023-0034 by updating h2

suryapandian opened this pull request over 1 year ago
Channel body type

yinho999 opened this pull request over 1 year ago
set up dependabot

oriontvv opened this pull request over 1 year ago
experimental-io-uring feature on actix-files causes panic

veeshi opened this issue over 1 year ago
Improvements on streaming()

dynos01 opened this pull request over 1 year ago
awc causing SIGSEGV on Alpine

untbu opened this issue over 1 year ago
docs(actix-http-test): update test server example

tltsutltsu opened this pull request over 1 year ago
ci(windows): use choco to install openssl (#3003

robjtede opened this pull request almost 2 years ago
add API diff to CI

robjtede opened this pull request almost 2 years ago
add compression_responses benchmark

robjtede opened this pull request almost 2 years ago
add `body::to_bytes_limited` (#3000

robjtede opened this pull request almost 2 years ago
expose h2c methods on HttpServer (#2999

robjtede opened this pull request almost 2 years ago
Unable to test handlers that expect query parameters

nathanielc opened this issue almost 2 years ago
Fix compression middleware images

cptrodolfox opened this pull request almost 2 years ago
Suggestions for automated cert management?

rustrust opened this issue almost 2 years ago
Unexpected middleware chaining behaviour - needs explanation / documentation

brecht-derooms opened this issue almost 2 years ago