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

cleanup doc strings and clippy warnings

4a4826b23a72c539c26c9e69b9a69ec38a3fd828 authored almost 6 years ago
update api doc

e396c90c9ec0cdfb3b384dd4c16ea8a5b6e96757 authored almost 6 years ago
introduce RouteData extractor

60386f1791e6bd005889d566eba1ba0b76699401 authored almost 6 years ago
Merge branch '1.0' of github.com:actix/actix-web into 1.0

6afcecdb5f050c6333b8bfcd734aa46520b01290 authored almost 6 years ago
rename State to a Data

b1e267bce41be057d4c620c31c098fe099698f8f authored almost 6 years ago
use better name Route::data instead of Route::config

d93fe157b9cbb568860c7830209248eda3eeeb11 authored almost 6 years ago
change marco import (#727)

414614e1b50d3cc14c44341bcc0ea7cce21c7b43 authored almost 6 years ago
update actix-connect

ce4a2629f35c28ce80a09423e9386764f35df14e authored almost 6 years ago
fix non ssl connector

15ba40d3ab1c4335d0b887ab8d55939ad20761a3 authored almost 6 years ago
fix names

76bb30dc3ae263791b10f055826696f8d605e987 authored almost 6 years ago
update tests

1f9467e880aaa53b3c2186070a0f1dca447499c5 authored almost 6 years ago
use Uri as client connect message

b8bfd29d2c5e9b5a9ce10e27a1e1898d54e40444 authored almost 6 years ago
feat: enable use of patch as request method (#718)

bf8262196f2d05f053ebcac774d2578c86b815af authored almost 6 years ago
update client connector

d2c755bb47907f35e5883507b0a56cb23e4f4bf5 authored almost 6 years ago
update dep

3a24a75d137fa41ba9db8b5b099b1b76c92b40d8 authored almost 6 years ago
update actix connect

033a8d890cc276ee4ebdbbbd614aa2c20d085c49 authored almost 6 years ago
use actix-connect crate

1941aa021798563b516d788bc60fe633b7f47944 authored almost 6 years ago
httpresponse: add constructor for HttpResponseBuilder (#697)

17ecdd63d23f1b6ee424f67a0ad0852d9125f1af authored almost 6 years ago
more tests

86405cfe7a3e4784200f41fa7ec2f29f572d7819 authored almost 6 years ago
update deps

28f01beaec78568f38ddaea3d39ff13085b59923 authored almost 6 years ago
update actix-server

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

e271d4e47aab3a9bb54df732787ba3e12b49a2d0 authored almost 6 years ago
update actix-server dep

402a40ab27562bbd0927f25a28753bff5996ba86 authored almost 6 years ago
map BlockingError

7242d967014ae0266191d471210df52569cbc0b4 authored almost 6 years ago
move blocking code to actix-rt

a2c4639074baa0b1275d0b46b9560eafb88d0f28 authored almost 6 years ago
Update README.md

00d47acedc9cebdaa73f773a41991bd0a6b3b6af authored almost 6 years ago
remove debug print, remove unused flags

409888fcd52a865549e71149bf8c28423cf1b0ea authored almost 6 years ago
update tests

e15e4f18fd8588c64fbf4096e40553de36278af1 authored almost 6 years ago
use server backlog

eae48f9612d2391ead1963a2f49aabfd5b420aac authored almost 6 years ago
update server service requirenments

ad43ca735b748c41bc6ff0da8948544be85e590d authored almost 6 years ago
Fix preflight CORS header compliance; refactor previous patch. (#717)

cc7f6b5eef4d9e2f67265f421e8d1e39fdf70168 authored almost 6 years ago
Add more tests for route

9680423025a9ece3e0d3bb4148655b9867120c7c authored almost 6 years ago
add identity middleware tests

b8829bbf221dc5611973d524305ca59aaf10b3d6 authored almost 6 years ago
update service request/response location

0f0d6b65cab6dfa162c13c4f6c6ba6dbd355357c authored almost 6 years ago
set test cookie if it is not empty

64360041944638c45f658b9c58b66186127f4344 authored almost 6 years ago
do no move self

50a0cb5653d6d7558caa6a97b0526120486ec8ba authored almost 6 years ago
support cookies in TestRequest

615fbb49bdeb3fd8efa83672a7b71caf4f146465 authored almost 6 years ago
use actix_web::Error for middleware errors

4d96abb639eca231ab26ef6bb11cd4ba102c4040 authored almost 6 years ago
add From impls for ResponseBuilder

d7557720394a4518d720f54c31f7dd17d11ada3c authored almost 6 years ago
update deps

79875ea03955c9ae56b4efd79d54dfe7157d0a3b authored almost 6 years ago
move tests to different mods

039efc570384c87fcb3442cf3b0a2d5f930d92ef authored almost 6 years ago
hide blocking mod

b6c11357983a195b277edf76d0302baf5c51f459 authored almost 6 years ago
simplify extractor configuration, config is optional now

16c42be4a2a753f0ec2f96875a37a0487bfbe4e5 authored almost 6 years ago
move extractors to separate submod

ee8725b58112d756117bf6fd5601fa14622dfb14 authored almost 6 years ago
move extract to submodule

49d65fb07ace03b8f2750ebe3608255eb350f817 authored almost 6 years ago
reexport Server controller form actix-server

9b8812423c0efbb8acadf991f4ab883c6f1fee7b authored almost 6 years ago
fix doc tests

3a2035a121048234b8cc63215b3df248a4e60c40 authored almost 6 years ago
update doc api

be9031c55ef38b012476524b7562cfd58318931a authored almost 6 years ago
port identity middleware

12f0c78091a7d2ec668345e231aed8ad3318b88d authored almost 6 years ago
move middlewares

134863d5c828fad574d75fa40347a7cfc379a5b4 authored almost 6 years ago
add json and form client request's method

513ce0b08d51b75d73a98d6087cd329ee95ba09c authored almost 6 years ago
update deps

85664cc6f7499b57ca979341780278eabeed1f83 authored almost 6 years ago
update deps

6c4be45787ed0a3f684f844a67402eeebb395c77 authored almost 6 years ago
fix dependency link

d2dba028f60c1b9d4f75bc96ece6162baa3dfcd4 authored almost 6 years ago
propogate app config with http request; add tests for url_for

54678308d0da4e917ab1cb98a62c986044e5d824 authored almost 6 years ago
fix connector

9c7056e9b84f63c78587e4ceab32f8c4b6e526aa authored almost 6 years ago
update http service usage; add app host

c0ce7f0bae77ed61330d80fba2b8ec6fdf838556 authored almost 6 years ago
unify service builders

d026821924cc97482c334952e214f0f86b1ee0e0 authored almost 6 years ago
revert generic request parameter for service; support ServerConfig as new factory config

fde55ffa14884e045590efb7135171f722cbde1d authored almost 6 years ago
add resource map, it allow to check if router has resource and it allows to generate urls for named resources

aadcdaa3d6b109bc169e2d083bad8817594b789f authored almost 6 years ago
revert generic service request; add ServerConfig to service factories

ca73f178c927d9e3d786952826005e652f00fa35 authored almost 6 years ago
listen method has different signature

e3245223893a648db8c4cd5ccc426a4aef9e16e6 authored almost 6 years ago
do not execute blocking fn if result is not required

2f6df111832112ad012687557f66b112ef0d1ed1 authored almost 6 years ago
remove unneeded methods

eef687ec80897b476498a70f037472bef22a3994 authored almost 6 years ago
add doc string to guards

88e5059910bfc54be07b52043c2af97a1fa9790d authored almost 6 years ago
rename blocking fn

b6b2eadb3ac0230c0b2c688b6f3e586a5821884d authored almost 6 years ago
export blocking via web module

c2a350b33fba39ed7e175dfaa5b5ddd1b3da88aa authored almost 6 years ago
export extractor configs via web module

0e57b4ad618bcf0d4c4140acd0bb268c4060211e authored almost 6 years ago
Payload extractor

b211966c28112f808005ee19a92c94ad650ce86c authored almost 6 years ago
fix files test

d77954d19e99aabaa8749ead28f5a03435b0b656 authored almost 6 years ago
reexpost extractors in web module

ceb6d45bf240ae228e4ce7f4bc17f5b747e4e6ae authored almost 6 years ago
added proc-macros for route registration

22708e78a9043c16038d24d5edb7941b4241891e authored almost 6 years ago
fix crate name

1151b5bf7c39f6beec1fdce83701df0c4c4b018e authored almost 6 years ago
rename to Files

e56691bcf23b4a9b37dc42823562fef9e8f4c514 authored almost 6 years ago
use generic HttpService

6e638129c54a558cde24c34974de8443206f7517 authored almost 6 years ago
allow to create http services with config

6d639ae3df10be9e10449774ab96c46c7ca11483 authored almost 6 years ago
added combined http1/2 service

3b069e0568cbd2ecc129afd0ace04a968cc4cb0c authored almost 6 years ago
Upgrade to actix-web 0.7.18

def07f58c8645bf4614585f622bdb9e274e15bfa authored almost 6 years ago
fix warnings

e25483a0d58ebf6b688fb195d94471223a082cc1 authored almost 6 years ago
fix nested resources

60c048c8cd1e47e25aeb8973a941a58e9d8ee0e2 authored almost 6 years ago
added Logger middleware

244fff9e0af6284e92cc38417f1d295c8e20d5aa authored almost 6 years ago
copy logger

561a89b8b3aa84fb1993c9f7380d8dc077972cef authored almost 6 years ago
refactor service registration process; unify services and resources

fe22e831447551a661f1e3d75185a16b259eba88 authored almost 6 years ago
add failure support

b689bb92608a51c708edd764111702134e1cf788 authored almost 6 years ago
update actix-rt

5cde4dc479ce5c08dc7a2db9bf47afa2d2e5a9e7 authored almost 6 years ago
update actix-rt

ad08e856d736897c6a591f87ad315806af44fac3 authored almost 6 years ago
implement ResponseError trait for BlockingError

db39a604ae0859e50f47f79cfc4a05e1fc2711ca authored almost 6 years ago
make State type Send compatible

db566a634cf7562f1d9ea69965aa8ecb8f92725e authored almost 6 years ago
simplify StaticFile constructor, move HttpRange to separate module

3fc28c5d073abd131f3988019553409e0a14616c authored almost 6 years ago
Added HTTP Authentication for Client (#540)

ceca96da281ec0b7d3bdce202f1eb84d2447ce15 authored almost 6 years ago
refactor and enable some tests for staticfiles

6efc3438b83497577b8d791b77c6600e95660f35 authored almost 6 years ago
add Stream impl for ResponseBody

889d67a356a163fb444a4e7921394c765695427a authored almost 6 years ago
allow to extract body from response

34c8b95a35a8830e70a888cbb063678ee8b16b32 authored almost 6 years ago
add Responder impl for InternalError

1a80b70868a79cc5fc03f04b105adac7bae36769 authored almost 6 years ago
tune App::default_resource signature

0de47211b2065d48a6ac7d341870b05ab5db8f79 authored almost 6 years ago
update HttpMessage impls

f71354783e3d7d75fe9210fa612745be0a1588b3 authored almost 6 years ago
do not expose headers_mut via HttpMessage

d85468f7e107ef5116e3fad40dc9b9ed57bfdb04 authored almost 6 years ago
update tests

81273f71ef521fe9ec131d13ab4a57e19bb13c99 authored almost 6 years ago
move session to different folder

0cf73f1a04d23995bffd8db21f00107713baf209 authored almost 6 years ago
add session and cookie session backend

143ef87b666559dd6c25ddce04db494040eef809 authored almost 6 years ago