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

start working on guide

599f3c26e0da6985a275d8e2f392b6756a05fe44 authored about 7 years ago by Nikolay Kim <[email protected]>
hellper method for json body

b5a4f6f85570040a971711816639bdbaf358cd6d authored about 7 years ago by Nikolay Kim <[email protected]>
update tests

42716d325294be180b6c73a40bf711ce2c08f2a2 authored about 7 years ago by Nikolay Kim <[email protected]>
better export naming

170d3163f3195874bce967ff3bfe7ed71c36fbbf authored about 7 years ago by Nikolay Kim <[email protected]>
consistent naming

051905619949b3d9f0cad719c2bfc4e18f8951c9 authored about 7 years ago by Nikolay Kim <[email protected]>
impl Default trait for HttpRequest

45433f71e5e7ea0963a0074bb83e077e86f2e351 authored about 7 years ago by Nikolay Kim <[email protected]>
remove unneeded directives

b62b303fdbaef783651f0b39526d38c22c6b53e4 authored about 7 years ago by Nikolay Kim <[email protected]>
added urlencoded errors

8e80fed2afa315826e89494afa6fcf69dc1e0d2f authored about 7 years ago by Nikolay Kim <[email protected]>
simplify middleware api; fix examples

fdafb0c848a20e82a128f31c08c7230a95f2c9b6 authored about 7 years ago by Nikolay Kim <[email protected]>
move state to request object

5a3b6638a745d796568989a1e0ed1a4dba05c19c authored about 7 years ago by Nikolay Kim <[email protected]>
pass request by value

8e0a7f44d411bf10243899c3d4dc449c5a02a30e authored about 7 years ago by Nikolay Kim <[email protected]>
include payload into request

eb7f48a1c68cd7c5697cc044b846ca61cf3e02e0 authored about 7 years ago by Nikolay Kim <[email protected]>
cookie session implementation

32483735ba3e2c95367e0838ac7dd04918130674 authored about 7 years ago by Nikolay Kim <[email protected]>
cleanup pipeline

53ce186294a774ae96dfccec5e9538e457a42aa5 authored about 7 years ago by Nikolay Kim <[email protected]>
added helper Task::error method

37c1e78c7a16b52ef0d0c626397ee4e22a408fd7 authored about 7 years ago by Nikolay Kim <[email protected]>
allow middlware error result

45ecb87eab5fc4b8ff7a348e82444e96ea991a6f authored about 7 years ago by Nikolay Kim <[email protected]>
cookie session prototype

54bbc98343e4f0be31f60b2496dc8f81243c09bd authored about 7 years ago by Nikolay Kim <[email protected]>
better middleware error handling

f4972150cc141b4a5146d9001f44966e0620e7cd authored about 7 years ago by Nikolay Kim <[email protected]>
better pipeline error handling

1fc64bc83d5ab98c5a09ac889addffd58d50b727 authored about 7 years ago by Nikolay Kim <[email protected]>
store error for error response

64ade803f96ce2e928b75e901c1447583e938050 authored about 7 years ago by Nikolay Kim <[email protected]>
remove unused imports

940bc08abaa883fb4262afedb6450fb40c266b66 authored about 7 years ago by Nikolay Kim <[email protected]>
refactor request pipeline

7569036dd461725e60eda00594b373edcec5f90b authored about 7 years ago by Nikolay Kim <[email protected]>
better nightly detection

59b8214685b3ed263f084cb9223e4d613b29bfe9 authored about 7 years ago by Nikolay Kim <[email protected]>
added default ErrorResponse for std::error::Error

f33c489154bf98ca4fae2555f3c90f92b2d55363 authored about 7 years ago by Nikolay Kim <[email protected]>
better logger format test

5529ea0428a744d6de021f644e571c84b11c8427 authored about 7 years ago by Nikolay Kim <[email protected]>
use env_logger for logger tests

39a20fb95df51a0d91fef11c032249688c583545 authored about 7 years ago by Nikolay Kim <[email protected]>
more logger tests

155a636487a157cc54bc92a76cc834724a6d176a authored about 7 years ago by Nikolay Kim <[email protected]>
refactor logger middleware

e571587a8ccc71b29caf52642704c8727d96bdc3 authored about 7 years ago by Nikolay Kim <[email protected]>
better method name

5945035fc3dae39c384abee9d44644111f9d3ca8 authored about 7 years ago by Nikolay Kim <[email protected]>
more Body tests

766e243c63d343028cbfdec8005fc57a05ffa9aa authored about 7 years ago by Nikolay Kim <[email protected]>
update payload tests

83862dfbb40863c9c01a6220b0f64cb530a9d8e2 authored about 7 years ago by Nikolay Kim <[email protected]>
expect error tests

c44e4ad1001b0be0b7148990b468680a22b7f5fc authored about 7 years ago by Nikolay Kim <[email protected]>
add tests for errors

1a0e87ac3c34288b8aaf5b4f9dcc928f7e6e07db authored about 7 years ago by Nikolay Kim <[email protected]>
add custom ExceptError

72edd75eab5fcf250135de06a1b19b4792591849 authored about 7 years ago by Nikolay Kim <[email protected]>
cleanup error

78d8d21196fede7f95776830481f9a31ddedb2ce authored about 7 years ago by Nikolay Kim <[email protected]>
use failure from crates

fd3dcdf0f6d95e1a19e454f3a420ea0334a2f997 authored about 7 years ago by Nikolay Kim <[email protected]>
use Result intead of HandlerResult

a87784ba1531319ce7cc8c7134849e5692e25f4a authored about 7 years ago by Nikolay Kim <[email protected]>
update tests

c800bf55f5a632abb320b6b890d741413133e12a authored about 7 years ago by Nikolay Kim <[email protected]>
fix extern crate

0143e18fe9c1a0f458eeadb897d73abf491a0c76 authored about 7 years ago by Nikolay Kim <[email protected]>
refactor error handling

de71ad7de463f3194545ff03c261406f424f8c01 authored about 7 years ago by Nikolay Kim <[email protected]>
rename BinaryBody

c565965865d8d6cc8bf6ab287456180f371036a1 authored about 7 years ago by Nikolay Kim <[email protected]>
update logger doc

f2520d2d79391ffc06f60e0e664fd33058bf02e9 authored about 7 years ago by Nikolay Kim <[email protected]>
use remote addr in logger if available

be3a1ab7705cd26bfd7fd798db6a6357c1cba608 authored about 7 years ago by Nikolay Kim <[email protected]>
make remote addr available to http request

f369d9af0eecb88b38ce48c1f9579523d10fce81 authored about 7 years ago by Nikolay Kim <[email protected]>
refactor logger middleware

265628750c27c5c63ada3582ef62961be1a044bb authored about 7 years ago by Nikolay Kim <[email protected]>
fix readme

657efb8cce006979dc91e57118fbb74bbd23286f authored about 7 years ago by Nikolay Kim <[email protected]>
refactor middlewares

40c1d3b7112e5c8f32f1064c7d1582a4bbff053e authored about 7 years ago by Nikolay Kim <[email protected]>
store cookies load state

51cd08ef578421ae2f360053af01c59bad4f25e2 authored about 7 years ago by Nikolay Kim <[email protected]>
enable secure cookies

2a319d733fa414a11579070925ba1e9e6f5d012b authored about 7 years ago by Nikolay Kim <[email protected]>
cleanup tls example

519a9e64f87a22864c313300181fd9a148693a6f authored about 7 years ago by Nikolay Kim <[email protected]>
update readme

4d575c6269b7f5d172a80222d7f5936b44c165b3 authored about 7 years ago by Nikolay Kim <[email protected]>
use bytes::Writer

e9fe2ba7405e26fa0729ddb7a4ca41830551de9e authored about 7 years ago by Nikolay Kim <[email protected]>
use higher pripority for br

7565ed8e06c9dbc6679be51c48a24eed3a1f8490 authored about 7 years ago by Nikolay Kim <[email protected]>
add custom Debug impl for HttpResponse

02fb424659bee6179dfabb02352b776f63a50893 authored about 7 years ago by Nikolay Kim <[email protected]>
Update README.md

1392b2b17181e74cdb721463aa89ec003ac3de51 authored about 7 years ago by Nikolay Kim <[email protected]>
add response content encoding

e558414867c6b29dd0ba11cbaea23f1f7d445102 authored about 7 years ago by Nikolay Kim <[email protected]>
use version in readme

76b8104f520009e02272f63c0ac0e42ff6e9c310 authored about 7 years ago by Nikolay Kim <[email protected]>
better name

2eb3ad0de3884bb27a02f946db88dc546205a3b5 authored about 7 years ago by Nikolay Kim <[email protected]>
use new brotli2 version

69742130364180798b89f37e354fc613096e01bb authored about 7 years ago by Nikolay Kim <[email protected]>
fix appveyor config for gnu target

72c8ad9fe1b4c57472aee745cb6b9c7f81a22f58 authored about 7 years ago by Nikolay Kim <[email protected]>
refactor content encoding

a65fd695e154d29727ba458ee1512d987507b64c authored about 7 years ago by Nikolay Kim <[email protected]>
allow to set/change responses content encoding

994d0afd80c3697ffe6cc3a3ae533ca86c08ae65 authored about 7 years ago by Nikolay Kim <[email protected]>
added content-encoding support to h2

2379bcbf39a0b65ed3a5b94e8efca10dbd0cbdb8 authored about 7 years ago by Nikolay Kim <[email protected]>
better deflate decoding

bddd8e9c2e643696e56fa61af7ff56cccfc74ca4 authored about 7 years ago by Nikolay Kim <[email protected]>
add content encoding decompression

c2978a6eead1f0c0fa7e55dac80ef87578c78a72 authored about 7 years ago by Nikolay Kim <[email protected]>
test with alpn feature

b467ddf970a891426549717a21f8b9fe078ae8c4 authored about 7 years ago by Nikolay Kim <[email protected]>
fix name

3f649b8e07ff8a67d25415a6f41899c0170f8c7b authored about 7 years ago by Nikolay Kim <[email protected]>
update readme

e9e247217a33f2785a68060872bbb910953acbbd authored about 7 years ago by Nikolay Kim <[email protected]>
update readme

f23974cfb56b96f6d55ceae70271f74ba447ade2 authored about 7 years ago by Nikolay Kim <[email protected]>
add keep-alive for h2 connection

53868a88fa91fcb406ce91175a4b5e40a4361fd2 authored about 7 years ago by Nikolay Kim <[email protected]>
update readme

28652a3ba886148d94cf1ec209724701ef1a6caa authored about 7 years ago by Nikolay Kim <[email protected]>
fix link

41be1db8bc4b7aea3dd4c4ba5c0fd6a48b7edf67 authored about 7 years ago by Nikolay Kim <[email protected]>
update readme

67f3ad31ab69b7527092edd650e41a997d41b8a3 authored about 7 years ago by Nikolay Kim <[email protected]>
refactor server impl and add support for alpn http2 negotiation

d7d3d663e9e9665a7d162231df71818fbb6f0eb2 authored about 7 years ago by Nikolay Kim <[email protected]>
implement h2 writer

32cefb84551067a8c00ebd5cab6607d8b49c0206 authored about 7 years ago by Nikolay Kim <[email protected]>
rename modules

f010672885354a7d4221f449a042f84e6180d5f5 authored about 7 years ago by Nikolay Kim <[email protected]>
refactor task impl, extract stream writer to separate struct

4add742abad252b7397da68763ade0a8f6f845d1 authored about 7 years ago by Nikolay Kim <[email protected]>
make possible to use async handler

c14e6c9008fc163fb9e8cee2e08a588129797128 authored about 7 years ago by Nikolay Kim <[email protected]>
Allow to start tls server with HttpServer::serve_tls

ec3b139273f922faeebbc615e75ce0cbb45db728 authored about 7 years ago by Nikolay Kim <[email protected]>
bump version

a12e5e9cf5f1a4aa8831c7369873780f0bd47fe6 authored about 7 years ago by Nikolay Kim <[email protected]>
badge

ba689fd4cd3f62c05eaa0ce039bf9118e92c470a authored about 7 years ago by Nikolay Kim <[email protected]>
prepare release

f35a3ea6dbd0d9f8d24324c14ea1eaf0eee29f2d authored about 7 years ago by Nikolay Kim <[email protected]>
fix link in readme

26c13a81d2d027169d9233fdf1b32b2804cbb652 authored about 7 years ago by Nikolay Kim <[email protected]>
added new cancel_future_on_stop

58de9dcf56b29942fecf934e8b6bf27ed18c3a60 authored about 7 years ago by Nikolay Kim <[email protected]>
convert from ref string into body

e3c058c96eb5333da915aa83d124409d21c25d6f authored about 7 years ago by Nikolay Kim <[email protected]>
add sockjs server link

92686b6e1bb2390d4133e09512dc4495db027be9 authored about 7 years ago by Nikolay Kim <[email protected]>
better handler function ergonimics

4e216701c0fd606a9b2e2c2cfda8d04613955e9a authored about 7 years ago by Nikolay Kim <[email protected]>
disable print

8aa20c626196d109ad4e4932a0ba7eb49463a4e4 authored about 7 years ago by Nikolay Kim <[email protected]>
stop http actor on write_eof

122fcd6881f78cad9d2951b597201c6e50098ce8 authored about 7 years ago by Nikolay Kim <[email protected]>
added WsWriter::close

dec4140733ff999a2f7bf814e5423383afab174d authored about 7 years ago by Nikolay Kim <[email protected]>
update tests; clippy warnings

8ab04b39df2dd550bb376c6e61c573be107c7ca2 authored about 7 years ago by Nikolay Kim <[email protected]>
do not add error response if current response is in process

6b2248ecdfb8bcfa745db8c9a8033a60b9d04452 authored about 7 years ago by Nikolay Kim <[email protected]>
conditional response build

a1b7d5995ead8fac1b27b2f1d2147606ade6a882 authored about 7 years ago by Nikolay Kim <[email protected]>
better ws handshake error responses

ce34eab832e6c9514c0282dadfe1060bf76aeb7c authored about 7 years ago by Nikolay Kim <[email protected]>
add HttpContext::drain()

af1e0bac0804d6979bc20b6d754eac19a2338814 authored about 7 years ago by Nikolay Kim <[email protected]>
fix query splitting

5cd25cc8b17e1060163206439cd63340c7cd2175 authored about 7 years ago by Nikolay Kim <[email protected]>
added HttpRequest::content_type(), query() method returns HashMap

b2670c94f4392de7af1d9e5a335663af4262d115 authored about 7 years ago by Nikolay Kim <[email protected]>
Do not use as it can not parse some valid paths

d93244aa4f0b7e55c065990102e7a87da22e3c54 authored about 7 years ago by Nikolay Kim <[email protected]>
better path recognision

76ffc60971e1c28e5e555af45853a6beb80eecf3 authored about 7 years ago by Nikolay Kim <[email protected]>
refactor Payload stream

fb0270e27d8ce95b2ca9f7d37aa8f2e35c6102fc authored about 7 years ago by Nikolay Kim <[email protected]>