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

Merge branch 'master' of github.com:actix/actix-web

3a954298d702fc3c6bc5b20b4d5a4d04169fcb45 authored almost 6 years ago
Added ws::Message::Nop, no-op websockets message

3220777ff989b922c7e124f63d296221316d9e87 authored almost 6 years ago
Impl BodyEncoding for Response (#740)

00526f60dc6834314caaab341359758939f94fa5 authored almost 6 years ago
add rustls support to HttpServer

c126713f4058995d198761d32a83b12030f49d81 authored almost 6 years ago
allow to override request's uri

e9bbde6832722cff9bac0069cd33bb7e801f2005 authored almost 6 years ago
revert

5eb3f1154ec085ad1a94c809efc8955cdbe3b173 authored almost 6 years ago
explicit impl traits for ws connect

aebeb511cd3a1c0e1ae7217214c13ce42ec983f5 authored almost 6 years ago
add per request timeout

744d82431da34da01ddabe063579581c5a96a48d authored almost 6 years ago
Export ws sub-module with websockets related types

058b1d56e6b3c5efe48a28a25d9308915d435d20 authored almost 6 years ago
multipart::Field renamed to MultipartField

709475b2bbd72b01bba7cd23412e601dd0351df1 authored almost 6 years ago
update actix and actix-web

6d90615e487746a8574949f217951177bb9fe24f authored almost 6 years ago
remove actix reference

19a0b8046bb62612970041d02a68357040f50e1a authored almost 6 years ago
add request timeout

1e7096a63a5f07d41fdb10dacca7376d8833b03a authored almost 6 years ago
Session wide headers, basic and bearer auth

ea4d98d669616e42cd1d05e6b74b0a341db72686 authored almost 6 years ago
Do not use thread pool for decomression if chunk size is smaller than 2048

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

10b166404e9bd47a15c832079024e58cb6eed445 authored almost 6 years ago
enable awc/ssl if ssl features is enabled

80ff7d40a10ad76faa968d37ea837242937b5e58 authored almost 6 years ago
fix the example in README.md (#739)

c4a8bbe47b760f239a7dca04a5cca4e732e8a190 authored almost 6 years ago
Re-export actix_http::client::Connector

9710e9b01f66eb6d26384e29de8d3c34cb65e94b authored almost 6 years ago
update release api docs link

1d79f1652935430cd4b552a94cd2fb1ea1195ff4 authored almost 6 years ago
fix docs.rs feature list

670a457013d6797d03f32f3b2dc0742192d5deb6 authored almost 6 years ago
fix tests for no-default-features

878f32c4950247d49b9ffeb63385e4a133ee750c authored almost 6 years ago
back to development

a2c9ff3a33830fc5d3d2f9b6a04cb7e4945ab7ab authored almost 6 years ago
alpha.1 release

9c198a0d29f7827616380a9db84830643f2755ce authored almost 6 years ago
prepear actix-http release

9cca86e60d8d3b5ebb77ddff7c00a621206a8572 authored almost 6 years ago
App::enable_encoding() allows to enable compression and decompression

605ce051274b0432e06067e2d78e3d8649078791 authored almost 6 years ago
decompress payload in cpu threadpool

5795850bbb6dce3fd6ac0b8a7b10819a1e2500b9 authored almost 6 years ago
reuse PayloadBuffer from actix-http

e84c95968fe89a47475309e3fad5e7f9c7b1a1cd authored almost 6 years ago
use actix-threadpool for blocking calls

6e0fe7db2dcd737582b05673028d098ef9a0c58a authored almost 6 years ago
port multipart support

4309d9b88c90fb2448af127384d9b3cb8b11b932 authored almost 6 years ago
add client websockets support

c59937784e1dee1383f6e70f8b7eac5ca268a903 authored almost 6 years ago
allow to override response body encoding

e254fe4f9c37da954c4bf544ca30207415dbd426 authored almost 6 years ago
refactor RequestHead/ResponseHead

3edc515bacccb95ce47ea46ab8ad265d248b60c4 authored almost 6 years ago
remove Backtrace from error

fb9c94c3e0b490a20f90d4893a53369cb1989971 authored almost 6 years ago
rename BodyLength to BodySize

faa3ea8e5bb0a4561b78288a6ee4b80e0f066517 authored almost 6 years ago
Add Client::request_from

b6b37d3ea3702eaa3a3384b37af8ddfe0b630150 authored almost 6 years ago
remove unused code

b7570b2476ff605ef407b411c71790a79b0d4bdb authored almost 6 years ago
simplify TestResponse builder

959aebb24f006faa53511813e65f3baa2c98960a authored almost 6 years ago
add client TestResponse

d49a8ba53bb9f9d6997a7c9d470c18a59c149527 authored almost 6 years ago
fix client cookies parsing

5703bd8160e7f0788af70740f84f9973272b09eb authored almost 6 years ago
Added HTTP Authentication for Client #540

ab597dd98a4bd2f768e2ee419fa752e97ddcec2e authored almost 6 years ago
add client decompression support

1cca25c27631f023d1fc844c83250321e7f470ae authored almost 6 years ago
rename flate2-c feature to flate2-zlib

2629699b6206997f57872553354c0020adc768c9 authored almost 6 years ago
add content-encoding decompression

1904b01fc0586bcefed1df9c3c04d34c65f6a995 authored almost 6 years ago
update cargo files

9451ba71f4386ddcbd4c338efbfe673d71cf1802 authored almost 6 years ago
update tests

50c0ddb3cdac458cc39282830e8815156774d10d authored almost 6 years ago
Merge actix-http project

c7ad6778047e1b57b1a531015c59379eaf56ac00 authored almost 6 years ago
move high level client code to awc crate

2c7da28ef9fab2265c8149daedfdfc60b7ba3641 authored almost 6 years ago
move high level client code from actix-http

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

999fa65efa23e4811b526cfbd8f5a07b7448ae3b authored almost 6 years ago
add Client::new()

cc24c77acc992c06a57dd13f3316020f7a90cf6d authored almost 6 years ago
Fix copy/paste mistake in error message (#733)

254b61e8002fc45446c24662f47e49749b1157d6 authored almost 6 years ago
add http client

83d44473496ba0abd4d530cef3334cdf82c95ede authored almost 6 years ago
update client error

9037473e0fc60b668cfb2b68beeed43d1a8891a0 authored almost 6 years ago
add async handler tests

8d1195d8acc8c0f56ac1555e6515d67c8eab0501 authored almost 6 years ago
add wrap_fn to App and Scope

e18227cc3d97369e90159fafcfc5b80b5d73b917 authored almost 6 years ago
Remove StaticFilesConfig (#731)

* Remove StaticFilesConfig

* Applying comments

* Impl Clone for Files<S>

d30027ac5b13d517645492055100ab76632a62f9 authored almost 6 years ago
rename .middleware to .wrap

86a21c956c247ab098a7631bc18ae60032ef5eac authored almost 6 years ago
rename Resource::middleware to Resource::wrap and add wrap_fn for fn middlewares

939d2e745c9ae3e5ba1f240f0613efa8db66390c authored almost 6 years ago
add session test

1970c99522ef37d4a5fbed404b9b100912fad69a authored almost 6 years ago
update test doc string

51e4dcf3b36b1399b72174c82101b8ad4492d185 authored almost 6 years ago
simplify Payload extractor

e37e81af0b80e9a90ae49950b6e45cac998340dd authored almost 6 years ago
update tests

ed322c175ee5d245b5b5e88e03d2bf97a8ab2a6d authored almost 6 years ago
update changes

b95e99a09e5318651a3f8588a8f8090a760f1261 authored almost 6 years ago
do not use default resource from app, return 405 if no matching route found

ffb3324129fa84595e37fb11a5162116498e88c0 authored almost 6 years ago
export Scope

9932a342ef9f6fcde4fffb6c9264ce01e9fb289e authored almost 6 years ago
fix errhandlers doc string

c1e8d8363c4453fd771855373d3877ec8d8b978b authored almost 6 years ago
update doc strings

913155d34ccb88f558dd933098bf3c6f7daef21a authored almost 6 years ago
export errhandlers module

ede32c8b3fbb29c5ea096c6f5d36ec1d0b46f2e8 authored almost 6 years ago
fix compress features

307b2e5b0e2732a600ca6d34df18a2559ded0c03 authored almost 6 years ago
add error response test for cors

bc01d39d4d5485e62edbf2cb94570cde63b7ed54 authored almost 6 years ago
allow to get app data via HttpRequest

548f6f89bf95bc2e2475074c33221768a1d1515e authored almost 6 years ago
port cors middleware

5b06f2bee5663ed51cfb964e25360f7d10390515 authored almost 6 years ago
session feature is renamed to cookies

60050307bd330a78db2c19878153153950cd86a5 authored almost 6 years ago
Merge branch '1.0'

1e069bb8434a38a4b52c7fd544fff9d04c7436bd authored almost 6 years ago
make cookies optional

535b407ac0628b71016a9dc181aa2d92104d195d authored almost 6 years ago
cookie is optional

c5c7b244be264154ad9b60335a88722b0139206b authored almost 6 years ago
handle socket shutdown for h1 connections

00b7dc7887540249560f0f195f2e59df51e10f61 authored almost 6 years ago
fix ws upgrade

8872f3b590266b08b9ada4502b05397863d3e200 authored almost 6 years ago
fix response upgrade type

fd86d73a0391a08d707aebc63074e2d88d83f330 authored almost 6 years ago
add handshake test

efe3025395ac2202a22639e3ac98f67617af0685 authored almost 6 years ago
proper connection upgrade check

3301a46264fb5c49456b38d0b275845ec77d2784 authored almost 6 years ago
simplify ws stream interface

b0343eb22d8a371fb84cdf304e4eb58f94dad700 authored almost 6 years ago
export ws module

6ab76658680b7a1b1f9c4ed01b68b1c00a3140bc authored almost 6 years ago
add websockets context

fd3e351c318c31e98dbd0354afb0cba654b0cdbf authored almost 6 years ago
do not chunk websocket stream

f26d4b6a23de57c7fec54476f711599f63906f27 authored almost 6 years ago
export ws::hash_key

85c2887b3086c2f207f6be4c42ec83522052fb72 authored almost 6 years ago
move macros tests to codegen crate

88152740c690d42b21f9bb5c90426661e4455885 authored almost 6 years ago
add basic test for proc macro

a07ea00cc4811466a09b8afda7b88e4bc115e663 authored almost 6 years ago
add basic actors integration

6b66681827aa1f42041fef9c55bd13bc0d80990c authored almost 6 years ago
add tests for error and some responders

9bd0f29ca3396924a607e8a1c5312f79ae157cab authored almost 6 years ago
add json extractor tests

c14c66d2b00427482f7fd3b3e54af80a257a2641 authored almost 6 years ago
temp fix for tarpaulin

2b5f9f05118efda14a08febf386f665519596a04 authored almost 6 years ago
temp fix for tarpaulin

7435c5e9bf8dc1db407a8a1659a9bea2934dc427 authored almost 6 years ago
update imports

b550f9ecf449a71274f118f1b91e8c9a121e8986 authored almost 6 years ago
move httpmessage futures to actix-web

fa66a07ec5070621292b411ab48b501cad18002e authored almost 6 years ago
move payload futures from actix-http

9012c46fe1e2ced25480e3aa4fd200899368e81a authored almost 6 years ago
move json to actix-web

fd141ef9b109c11ba6fb7007b261364037608ed8 authored almost 6 years ago
move JsonBody from actix-http

c80884904ccc66ba926a2da69127e8e1d08ddb7b authored almost 6 years ago
rename extract to types

725ee3d3961f9a76105c45579d1e7e8c999fee3c authored almost 6 years ago