Ecosyste.ms: OpenCollective

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

github.com/actix/actix-extras

A collection of additional crates supporting the actix and actix-web frameworks.
https://github.com/actix/actix-extras

Update MIGRATION.md (#811)

4f1c6d1bb7a805b869cd9d14ffa4a353ecd42132 authored almost 6 years ago
Fix NormalizePath middleware impl #806

6b34909537a19e19f296aa52706449b3b472e2c3 authored almost 6 years ago
Add doctest to verify NormalizePath middleware (#809)

87284f0951a65693189e64cacb12d4616bb13458 authored almost 6 years ago
update readmes

24bd5b13447dc94829795c3fa38bed3a98c7759a authored almost 6 years ago
remove old api doc refs

94a0d1a6bc0140a60a48b89dff1eca000b1d492a authored almost 6 years ago
fix reactor drop panic

f4e1205cbb48b0e73f8ef47f79f527256fa01d8b authored almost 6 years ago
add async handler test with blocking call

d2c17910670cbc704fc6ac6e16960602666905cb authored almost 6 years ago
Add helper function for executing futures test::block_fn()

f4b4875cb12d1bd7c880b76258d1f80b376c70da authored almost 6 years ago
Allow to construct Data instances to avoid double Arc for Send + Sync types.

29a841529f42e12305fcf6496911420e2562b315 authored almost 6 years ago
added clarification to docs regarding middleware processing sequence, added delete method to TestRequest (#799)

* added clarification to docs regarding middleware processing sequnce

* added delete method t...

b51b5b763c9c861fe8d9c55f4fa81f12c0e2875f authored almost 6 years ago
update version

8db6b48a7612b2f170e24d03a1733b515b149d10 authored almost 6 years ago
Add helper trait UserSession which allows to get session for ServiceRequest and HttpRequest

ffd2c04cd385fdb8bc215e04a45a42e4ff58cd31 authored almost 6 years ago
Bumping version to 0.2.0

cb158fbe8daf55396c9528c13319eeddefa9ab09 authored almost 6 years ago
Use actix-web without default features (#6)

2de26a5906915f23f1d4b1b8b415d32cdad9141d authored almost 6 years ago
use Error explicitly

70a4c36496c065e95db3d592e469e4b5e85fe997 authored almost 6 years ago
update changes

cba78e06aeb287feac6762eb1b5023d985781b01 authored almost 6 years ago
add raw services support

3b3dbb4f40d7e1b6eb0bf23ed766cf075bdd6ffb authored almost 6 years ago
grammar fixes (#796)

7300002226f46b9115f3db2a7ee28491dd664b0a authored almost 6 years ago
update dependencies

5426413cb6349219671f972ad2293331c91877cc authored almost 6 years ago
prepare release

2bc937f6c3e828319ca79277ff06d6ea23962fef authored almost 6 years ago
Store visit and login timestamp in the identity cookie (#502)

This allows to verify time of login or last visit and therfore limiting
the danger of leaked co...

60fa0d5427c8f15a05a33502426924c4ad6a8051 authored almost 6 years ago
Read until eof for http/1.0 responses #771

f429d3319fe7362b17d996ecca5e5996e6d741c7 authored almost 6 years ago
add tests for camel case headers rendering

2e19f572ee9b4270508408fd9521dffb22eb773e authored almost 6 years ago
Support to set header names of `ClientRequest` as Camel-Case (#713)

* Support to set header names of `ClientRequest` as Camel-Case

This is the case for supportin...

64f603b0766e52e21b1bf9bacdf8e2e250c54f31 authored almost 6 years ago
allow to override responder's status code and headers

679d1cd51360f62fe5f0084893591b6003671091 authored almost 6 years ago
prepare actix-http-test release

42644dac3f2827ac290d9f1e64591c35dbce395f authored almost 6 years ago
Fix async web::Data factory handling

898ef570803c983aaf92e2d3a0ecf7e5d278cbb6 authored almost 6 years ago
add client h2 reuse test

9702b2d88edec888ec88bdfa4736bc0c99971860 authored almost 6 years ago
Fix http client pool and wait queue management

d2b0afd859e61f48f1057f37d09661afa1be1c36 authored almost 6 years ago
update version

5f6a1a82492d6fbc1915a4b0f98c7bbfb828e008 authored almost 6 years ago
Fix BorrowMutError panic in client connector #793

5d531989e70d6279ea97e7dead7a1feae3240abc authored almost 6 years ago
Added support for remainder match (i.e /path/{tail}*)

3532602299f855ba1b9de291db9a8128fb72cb0f authored almost 6 years ago
.to_async() handler can return Responder type #792

48bee5508789ad92a78162b8e1691c1ecd3de616 authored almost 6 years ago
do not consume boundary

d00c9bb8446ee82a9fbad884c202cf9505c6ccc5 authored almost 6 years ago
Optimize multipart handling #634, #769

895e409d57178666aeb0faff97458052ab6d68ca authored almost 6 years ago
update dep versions

f0789aad055065f9e556a0ca146a301dc3d1b3bb authored almost 6 years ago
beta.1 release

7e480ab2f77659e0694f23447b2ecb7f08cea994 authored almost 6 years ago
update changes

891f85754761572906b5b0b6db3056a93a1103f3 authored almost 6 years ago
update versions

01b1350dcc2382d11907b5c78228a77eb380619b authored almost 6 years ago
update create version

5e4e95fb0ae6d66f0d2faafaf67db5184c31ff7d authored almost 6 years ago
fix non-ssl connector

9f421b81b85b0d9282fc42eefe98e01348d3e732 authored almost 6 years ago
update deps

6decfdda1f5da983c07c35260afa36894f2d8151 authored almost 6 years ago
allow to specify server address for http and ws requests

fc9b14a933f49c40fa43f31335913e6e92a701d7 authored almost 6 years ago
drop chrono and use i64 for max age

7292d0b6961a9f1ea6f47472586b968b3b28b382 authored almost 6 years ago
update version

a3844c1bfd031c763b239de5e3ce6e337dee4b5a authored almost 6 years ago
replate `time::Duration` with `chrono::Duration` and add `max_age_time` method (#789)

* feat: replate time::Duration with chrono::Duration

* feat: rename max_age method which acce...

791f22bbc82c3fe809238ea32ad64e4385993783 authored almost 6 years ago
Add Normalization middleware for in place (#783)

1e7f97a111c7fb0b047253bd4b0882d2fd471fb8 authored almost 6 years ago
Merge pull request #788 from Dowwie/master

added put and patch to TestRequest, docs, and test

bc40f5ae40d0b04f3e5c08bf50f534806aac3cd0 authored almost 6 years ago
Merge branch 'master' into master

3504a8fc0a68afe6c385298a8ed09313b55df4f9 authored almost 6 years ago
update tests

bfe0df5ab0b8a25db7ae2dc004ba133c9cee15a8 authored almost 6 years ago
Merge branch 'master' into master

ed94df189f6a2bd395ca1141f7b8f7fe0e6ff870 authored almost 6 years ago
make ServiceRequest::from_parts private, as it is not safe to create from parts

aa255298ef12c7642dbed6a31fc64d287eb14245 authored almost 6 years ago
added put and patch to TestRequest, docs, and test

da86b6e062655e9aa228965985edbde612f0304d authored almost 6 years ago
use local version of http-test

75e340137d48a0564f440e3d522c7a9806623316 authored almost 6 years ago
update tests

e659e09e29228bad11041089d94e4bad35a57f1d authored almost 6 years ago
more tests

163ca89cf4ccc010163e7a447d3bf54c2a49fc9e authored almost 6 years ago
add cookie session test

85b598a614c6c29a010cf853f9fa44752171258c authored almost 6 years ago
enable runtime for test:: methods

b64851c5ec286a547c36bd00a5a720fb60500ffb authored almost 6 years ago
pass request ownership to closure instead of ref

cc8420377e93c0a82d3b1b3f5865b75a67789cc4 authored almost 6 years ago
prepare actix-framed release

5740f1e63ac9568ce623c2b46b0c1d429ae4ea90 authored almost 6 years ago
update dependencies

c943e95812ecb71ac0c3abc4c2513bc185606d3a authored almost 6 years ago
prepare actix-http-test release

4c0ebd55d3a759d1b1360857f92579c3341c435f authored almost 6 years ago
update readme

e7ec77aa81dad46092878ec6ef1e201efbfcd155 authored almost 6 years ago
prepare awc release

ddfd7523f7f4b81c29d4aa91256d41e1742bdc39 authored almost 6 years ago
no need for feature

2986077a2839314f61133ed339b3e7fb04f77b02 authored almost 6 years ago
actix_http::encoding always available

3744957804c7fae209aa4eb6f5d1fb180f7eda36 authored almost 6 years ago
Add .peer_addr() #744

420d3064c5b748d40c64473f5ac0de2ad851ef26 authored almost 6 years ago
Merge branch 'master' of github.com:actix/actix-web

eb4f6b74fbf6d4eebb6a62c4a494c5951ef4b641 authored almost 6 years ago
Expose peer addr via Request::peer_addr() and RequestHead::peer_addr

a116c4c2c799e24f21bd57edde03d38ae64abea7 authored almost 6 years ago
add 422 to httpcodes.rs (#782)

7f674febb18ad7347fff98bd081e573472930a14 authored almost 6 years ago
use test::call_service

14252f5ef2987337ac218d375118781dfd939dcd authored almost 6 years ago
Rename test::call_success to test::call_service

7a28b32f6d12b51d26a51e93a182e3e83504eb68 authored almost 6 years ago
Rename RouterConfig to ServiceConfig

09cdf1e30268ef6a903a69e7b596d2a77e04a50c authored almost 6 years ago
fix warnings

1eebd47072ed2db4e7a3eb0a4835033de04e6d69 authored almost 6 years ago
update trust-dns

002c41a7cad9e00b7caebe6dc2794704b11bd1b9 authored almost 6 years ago
update tests

ab4fda60842396b424127d6447d5c383163e4b2e authored almost 6 years ago
add test::read_response; fix TestRequest::app_data()

f9078d41cd0c05089101b9c7df167133d17c0991 authored almost 6 years ago
added read_response_json for testing (#776)

* added read_response_json for testing

* cleaned up

* modied docs for read_response_json
...

4cc2b38059db4fcc50220fc3d8abde669c9b1c6a authored almost 6 years ago
update to alpha6

cb682b08e47b1caab06c7ca45dccef6505d45a9d authored almost 6 years ago
alpha.6 release

d7040dc303a77b01d406a9abdf4e9cc4b6586020 authored almost 6 years ago
Do not set default headers for websocket request

6bc1a0c76bdf5f912d5340fc556802fae0e79cb7 authored almost 6 years ago
Allow to use any service as default service

5bd5651faab2b3b46b317124384290d33bff62b2 authored almost 6 years ago
update migration

32ac159ba2fcd149b05aa22173ffd14b2831c342 authored almost 6 years ago
make extractor config type explicit

ee33f52736b355724718b8d123063d248fe20cd0 authored almost 6 years ago
Remove generic type for request payload, always use default

4f30fa9d46ada3523c5ffd1f2310de88166d4949 authored almost 6 years ago
remove nested multipart support

043f6e77ae23f9d545946101439ce0ad195d5694 authored almost 6 years ago
do not generate all docs; use docs.rs for 1.0 docs

48518df8830b8f4948f1d083d20755246ec5bf21 authored almost 6 years ago
prepare alpha5 release

1f2b15397df6d19e475d5c5bb6d310fa521afcce authored almost 6 years ago
update actix-connect

87167f6581523b37513a2df48ff35e3076da5f2a authored almost 6 years ago
add TestRequest::run(), allows to run async functions

b4768a8f81dad8717362656d9f2962b1ea9a1448 authored almost 6 years ago
provide during test request construction

3fb7343e73240ae17e98ee249c93635169295b63 authored almost 6 years ago
add FramedRequest builder for testing

5cfba5ff165bf5452e36afbbd49725943bcc4c60 authored almost 6 years ago
Add Debug impl for BoxedSocket

67c34a59378745d38ef9e23763c7096da2203443 authored almost 6 years ago
custom future for SendError service

94d7a7f8733b690612a4844d1c06881b87b45762 authored almost 6 years ago
revert SendResponse::Error type

d86567fbdc533b6f9375f23a0b6476da23574d7b authored almost 6 years ago
ws verifyciation takes RequestHead; add SendError utility service

d115b3b3edb0fdca11368f13277fd5b9023a91af authored almost 6 years ago
update client example

6420a2fe1f14b8fc6de12f9f3b19679dd11340e2 authored almost 6 years ago
add more migration

0eed9e525775d97ace7ed2eca49c29b41e15e898 authored almost 6 years ago
update migration

7801fcb9930b57e55cbd6b94401355636075ce3a authored almost 6 years ago
add FramedRequest helper methods

e55be4dba66f4e60ea3b0b633049037960db749e authored almost 6 years ago