Ecosyste.ms: OpenCollective

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

github.com/actix/examples

Community showcase and examples of Actix Web ecosystem usage.
https://github.com/actix/examples

Always send body whole and don't use transfer encoding

Without doing this, body size would be unknown at the time of sending, causing awc to use transf...

fb5779fe8f4399ed3dc759a709bfbc420d81ea54 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Merge pull request #179 from pfrenssen/form-tests

Provide tests for the form example

06e7f96c8a25be98a1e9be6302954071e22526d1 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Update dependencies (#182)

f9e7493be558a5e4b4b2b6a0b29b4a58fcc058e4 authored over 5 years ago by Yuki Okushi <[email protected]>
Provide tests for the form example.

5f296d3d507f13425b6622ebe6f023ca52b81a5a authored over 5 years ago by Pieter Frenssen <[email protected]>
Merge pull request #180 from pfrenssen/template_yarte-test-failure

Several tests are failing

ea35dcbc74cfb232b67e02f39c28b7d54fc061a8 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Fix tests for the template_yarte example.

60bd816ed78910de59cd58feb862c108b7cb759b authored over 5 years ago by Pieter Frenssen <[email protected]>
Run all tests regardless of prior failures.

98cac8668c581d48a3c0158ed6e1c5b985375fc5 authored over 5 years ago by Pieter Frenssen <[email protected]>
Enable Redis in the test environment.

06c826e772bcd3254cd45e36118a292cd39950fd authored over 5 years ago by Pieter Frenssen <[email protected]>
Run tests on Travis CI.

ec5dfce0b13805588b9d310726441c7adb513525 authored over 5 years ago by Pieter Frenssen <[email protected]>
server-sent events (#177)

* server-sent events

* remove stale clients

* ping as message

d85adb8513ad8578df8a75798ea045c2c20b7554 authored over 5 years ago by Arve Seljebu <[email protected]>
Merge pull request #176 from actix/add-response-body-read-middleware

Add middleware to log the response body

eaccae46c6f42e1764db6a349c345e883748374a authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Use a Stream wrapper instead for async bodies

b2f4f90454c8f1befdebaa1792f7cdbbaa4722d4 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Add middleware to log the response body

56859e14d2ca44025a07ce3ae799a3325d5ba04e authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Merge pull request #79 from apatrushev/udp-echo

Add udp echo server example

fb6d5254bf4f926123151feeff39a3d65cdbbc50 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Merge branch 'master' into udp-echo

# Conflicts:
# .travis.yml
# Cargo.toml

bbcd4f4c931a7504bb54524a7d2d4ac54fb02231 authored over 5 years ago by Anton Patrushev <[email protected]>
Make cookie-session example clarify (#175)

d9ca7cb0550c85c2220ddcaca45a4fdd28b6ce93 authored over 5 years ago by Yuki Okushi <[email protected]>
Update actix-session to 0.2.0 (#174)

2b4e360adc94d8f1d55bc77675af6d679b3e2b5f authored over 5 years ago by Yuki Okushi <[email protected]>
Fix favicon link (#172)

77dd2cc4e30695d1ee44fea529680a4d2b85ea24 authored over 5 years ago by Yuki Okushi <[email protected]>
Merge pull request #171 from actix/document-middlewares

Document middlewares

45d56e1f7a90a6afb75806a0da983cec47acdcb2 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Add better README for middleware example

d0fed9f0784119f329394032af38aa18c77c3577 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Merge pull request #170 from actix/read_body-example

Add middleware example for reading the Request body

1af4710c01ae9eb51923178fe8dafa85a9e8d648 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Merge pull request #169 from actix/wrap_fn-example

Add middleware example with wrap_fn

f026cb7041c0c45bf45bdc4f7ffec8c7e5c92c14 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Add middleware example for reading the Request body

0f692a3bfb1bdf1791e8e0efaf00676379b9160c authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Add middleware example with wrap_fn

948054f1e4d581c6f2122ef984d9b6be308c264c authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Fix clippy warnings (#168)

f232b6c684bebbba7eb139a242cc1ae91312d4df authored over 5 years ago by Yuki Okushi <[email protected]>
Prevent jobs from being terminated on Travis (#167)

* Prevent jobs from being terminated

* Fix installing clippy

* Fix command

* Run Clippy...

bb639d5fe382659898a8ec09fe35175d70ea30c5 authored over 5 years ago by Yuki Okushi <[email protected]>
Merge pull request #165 from actix/vmalloc/remove-old-proxy

Remove old http-proxy, use the full version as the official http-proxy example

6272b566996a7d7c5214d1b911a82e391f8bd870 authored over 5 years ago by leizzer <[email protected]>
Remove old http-proxy, use the full version as the official http-proxy example (closes #164)

bc7e9f5e6b7b65698b2acffefcbce1d02d94728e authored over 5 years ago by Rotem Yaari <[email protected]>
Merge pull request #163 from actix/remove_python_client

implement client with bash

7abc37139c331a148fc7e073c62a51cf8218d35f authored over 5 years ago by leizzer <[email protected]>
replace png file for a real png

b358d6634499972f36daab40a0ee29c0840a1437 authored over 5 years ago by Cristian Re <[email protected]>
implement client with bash

7c34cf235bfc187253b2808f897377e22d1c5ec3 authored over 5 years ago by Cristian Re <[email protected]>
Merge pull request #162 from JohnTitor/ignore-png

Ignore multipart example's png

02042ae26f8a066c53f390880e3ce5a9f217b596 authored over 5 years ago by Yuki Okushi <[email protected]>
Ignore example's png

d27b9478362049e8ba09d5095f0c6057c022e376 authored over 5 years ago by Yuki Okushi <[email protected]>
Merge pull request #160 from actix/fix_multipart_example

Fix client.py paths

51ba48e7796a00a7745b20ee622162889025f0ed authored over 5 years ago by leizzer <[email protected]>
Fix client.py paths

ffb1b40dc2286ef2f5eae4139cb51d952e79b6f9 authored over 5 years ago by Cristian Re <[email protected]>
reenable uds example; cargo fmt

44053504ad39b2bb023712c7577a06091629ad41 authored over 5 years ago by Nikolay Kim <[email protected]>
Update to new actix 1.0 api, drop actix-rt (#158)

7525903fe690b9b3c9a67ff252d02f70ff5ec65b authored over 5 years ago by Harry Gill <[email protected]>
Merge pull request #157 from Dowwie/master

updated redis-session with comprehensive example and tests

258eae3bb928d05065e9a4d2f8bbf2cf1430e9f6 authored over 5 years ago by Darin <[email protected]>
renamed package

858376ecda607f21b9cfba063563c41f4a42b675 authored over 5 years ago by dowwie <[email protected]>
updated redis-session with comprehensive example and tests

99c9e145c1ed3b48862a4d2eae0dc191719e7bce authored over 5 years ago by dowwie <[email protected]>
update redis examples

8c019519b99fc5f2e4f1cb060e6cd301beca15dc authored over 5 years ago by Nikolay Kim <[email protected]>
update chat-broker example and fmt

93275d79865abd3601f67cda3790fb05868a3150 authored over 5 years ago by Nikolay Kim <[email protected]>
feat: update ws client example to actix-web 1.0 (#143)

4aa663e7943ae597c0e3759b8017a5e8a176a67f authored over 5 years ago by Guoli Lyu <[email protected]>
update users sessions link (#154)

59df61db6f76c72ca0b3767d60b79a6b52c55d9b authored over 5 years ago by Arve Seljebu <[email protected]>
Update yarte version to 0.3 (#155)

3f286b5b6075d794ba9a4d1b898e31e75074c0b5 authored over 5 years ago by Juan Aguilar <[email protected]>
Full proxy omit content length (#152)

* omit content-length header in http-full-proxy

* cargo fmt

82786d44619e1b79f7a2c3568c54f7388ccca8f4 authored over 5 years ago by Arve Seljebu <[email protected]>
Bump yarte version to 0.2.1 (#153)

7c747c5006e04b5e4cd71b6f9a305ad8cd772ceb authored over 5 years ago by Juan Aguilar <[email protected]>
Add openSUSE instructions for diesel example (#149)

ed24f61cca004717d00eaf4c88f14787c563682b authored over 5 years ago by Dany Marcoux <[email protected]>
Do not decompress proxied responses (#151)

If you decompress a proxied response that was encoded, the `content-encoding` header will be pas...

58675a683b56f15bf99889c834541cc064ff3cc2 authored over 5 years ago by Julian Tescher <[email protected]>
Fix error message for failed connection (#144)

b0d3c652b22cc6db70bc8e792793ceba69639aa3 authored over 5 years ago by Niels Nielsen <[email protected]>
Added json_error example. (#146)

733eb93a97ed2d6630f518a0fbab84a46afb3762 authored over 5 years ago by Kai Yao <[email protected]>
Avoid double Arc inside template_handlebars (#147)

748d4516ebb53148c66df9a447a680092c5d5665 authored over 5 years ago by Valentin <[email protected]>
use cors and identity crates

e7ed6755a5f3b7cb13524feb35e584914572e48b authored over 5 years ago by Nikolay Kim <[email protected]>
Merge pull request #141 from pka/diesel-sqlite-fix

Read SQLite path from .env and fix DATABASE_URL

c8467d1ffd4cfbf28dddd2d80d94e3be54d0b72c authored over 5 years ago by Nikolay Kim <[email protected]>
Read SQLite path from .env and fix DATABASE_URL

a1d799a3f28cf0c50a7fcb8a91e17dac899c2f4d authored over 5 years ago by Pirmin Kalberer <[email protected]>
Update README.md

238e68de653c784f03ff95f88fa618d1a176ef3c authored over 5 years ago by krircc <[email protected]>
Update README.md

65adce90f8f96da19ebb62a9effd0f67db795950 authored over 5 years ago by krircc <[email protected]>
Merge pull request #140 from arve0/http-proxy-tls

resolve issue 139

8a547e12ab5e18a9f8073baf7fb470bfcf61255d authored over 5 years ago by Nikolay Kim <[email protected]>
resolve issue 139

114056bc76d7568e774c8c6d99e309850350b1cb authored over 5 years ago by Arve Seljebu <[email protected]>
Merge pull request #138 from tiniuclx/master

Adds Handlebars example

7373a5b1ef055553ffc6d3bce2170aaffce12937 authored over 5 years ago by Nikolay Kim <[email protected]>
adds Handlebars example

Closes #122

006b7f3d08334e5792d22671c7d11c405c67998f authored over 5 years ago by Alexandru Tiniuc <[email protected]>
Merge pull request #135 from ctm/insignificant_typos

Fixes trivial typos.

a93d8f41d43c93abac1c613a261b58017fa467b4 authored over 5 years ago by Nikolay Kim <[email protected]>
Merge pull request #136 from fairingrey/fix_validation

add unused validation to async_ex1 example

6fbbacc07707118f675949a1d27de2f216624ab3 authored over 5 years ago by Nikolay Kim <[email protected]>
cargo fmt

72a58b7ca8b253cdc214052078526de66123f775 authored over 5 years ago by grey <[email protected]>
add unused validation to async_ex1 example

f1a34d534c28700cee021ad3b0b100cb598f5052 authored over 5 years ago by grey <[email protected]>
Fixes trivial typos.

f7dd2e62363880588a02da9c7e97c11c395b7c57 authored over 5 years ago by Clifford T. Matthews <[email protected]>
update actix-web to 1.0.0

aa5750cafc9d6bc96e098c338b70fa618149ffd5 authored over 5 years ago by Nikolay Kim <[email protected]>
Merge pull request #133 from Dowwie/master

Re-ordered registration of logging middleware

db86fdc3db24b76f7b90b811cf06803ced7f6e44 authored over 5 years ago by Darin <[email protected]>
updated code comment about log middleware

a8b49dfaec0c2e28fb486d50164ecdece93cc1ac authored over 5 years ago by dowwie <[email protected]>
changed order of logging middleware, which must register last

4e3a42d77d23ac59b58b6e0d17efd12c61a06c9d authored over 5 years ago by dowwie <[email protected]>
Merge pull request #129 from blackjune/patch-1

Fix bug in state type

6c7b068a90a04fc4b30efc24d3bc21039956e15b authored over 5 years ago by Nikolay Kim <[email protected]>
Fix bug in state type

Fix bug in state type
```rust
let counter = Arc::new(Mutex::new(0));
```
may not be usize
...

511ab8ce5159bb21ccf39b74d404242eca900bb5 authored over 5 years ago by blackjune <[email protected]>
Merge pull request #127 from senden9/patch-1

Fix bug in database script

eff911db891c57ea23771661c72221af78eb9377 authored over 5 years ago by Nikolay Kim <[email protected]>
Fix bug in database script

Fix error that occurs if script is used like in the async_db readme.

Error before this change...

25f7ce87b4b1fe76754f20c4fa68166e0f457210 authored over 5 years ago by Stefano Probst <[email protected]>
Merge pull request #121 from zeljic/revert-120-fix-http-full-proxy-streaming

Revert "fix streaming issue in http-full-proxy example"

49fc6df22626a625f97652aaff6db8008f53f6a0 authored over 5 years ago by Nikolay Kim <[email protected]>
Merge pull request #124 from hstefan/protobuf-crate

Adapting protobuf example to use actix_protobuf

7491a003c34c741f138626a8fb99b222eb0392d8 authored over 5 years ago by Nikolay Kim <[email protected]>
Adapting protobuf example to use actix_protobuf

fdf061610d6afd01af82848dc9f0961b94d7997b authored over 5 years ago by Stefan Puhlmann <[email protected]>
Revert "fix streaming issue in http-full-proxy example"

e771c058151873e8f838f1c607041baa831a8c94 authored over 5 years ago by Đorđe Zeljić <[email protected]>
Merge pull request #120 from zeljic/fix-http-full-proxy-streaming

fix streaming issue in http-full-proxy example

343e2408079eee7521f091d9c23dc821f9036986 authored over 5 years ago by Nikolay Kim <[email protected]>
fix streaming issue in http-full-proxy example

e07bbfe01c843e8c01f29b2029266220e3eac1f1 authored over 5 years ago by zeljic <[email protected]>
upgrade actix-web

cee914225780c9102d8c4a95300702043a632083 authored over 5 years ago by Nikolay Kim <[email protected]>
fix return home link bug

67bc0144bac3155a8cff3d1094e9402cc9953147 authored over 5 years ago by huang.xiangdong <[email protected]>
use absolute path

68509a7eaf4b382aa814d250c0db838c83a2834d authored over 5 years ago by huang.xiangdong <[email protected]>
upgrade to beta3

8de183768c6297f77e741e0fe8adb968a1c74375 authored over 5 years ago by Nikolay Kim <[email protected]>
explicit Error for middlewares

d571ee5abb921d15114e91158f3a48b2b6621285 authored over 5 years ago by Nikolay Kim <[email protected]>
update jsonwebtoken

0445615e59872d344a118b830167b595206817e9 authored over 5 years ago by Nikolay Kim <[email protected]>
multipart: fix size result calculation

982ec7bb2f249460fe5a0239918df90b7efb367c authored over 5 years ago by Sylvain Kerkour <[email protected]>
use actix-multipart 0.1.0-beta.1

f073d9029f985a1466703c35835cdff18d025ad9 authored over 5 years ago by Nikolay Kim <[email protected]>
update simple-auth example

3058f53bacff01f5e5a67936a6eba0f7fa7b39d6 authored over 5 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' of github.com:actix/examples

1f2d4ed54f4eb28b67f1da26bb3e175b23c5fc1f authored over 5 years ago by Nikolay Kim <[email protected]>
update to beta.1

52811611d0c4ded08bfecb5410b227affae18f56 authored over 5 years ago by Nikolay Kim <[email protected]>
Merge pull request #112 from mohanson/jsonrpc

Add jsonrpc example

22c9dc39ac851d9b0dad2b7516ee185b17eb52de authored over 5 years ago by Nikolay Kim <[email protected]>
Merge branch 'master' of github.com:actix/examples

0faa540b8d0c15ba6759702c9e442b4921aa3663 authored over 5 years ago by Nikolay Kim <[email protected]>
fix proxy example

bc2b17602e45e93e56e2d2f6b7f443a16c73d34e authored over 5 years ago by Nikolay Kim <[email protected]>
Merge pull request #114 from NathanielAJohnson/master

clarify use of sleep in async_db

916c48367e630e1466adcd6cfac0ddc6aa28c9da authored over 5 years ago by Darin <[email protected]>
clarify use of sleep in async_db

28d008e97c32381e18dfa029227690d58ab4ca82 authored over 5 years ago by nathaniel <Emmentaler>
Update README.md

15833104ef6a638254d8b76b297ec6b8fb4b424a authored over 5 years ago by Mohanson <[email protected]>
Fix an error in method `wait`

397b8e22fa8999e1a415530af040d2eac9aa6bc9 authored over 5 years ago by mohanson <[email protected]>
Add jsonrpc example

8371d77f7c06fa59efe74e5ba3f250e02d8ad214 authored over 5 years ago by mohanson <[email protected]>
upgrade to alpha.6

09b0188ff99e872898793bd815382a4105219b77 authored over 5 years ago by Nikolay Kim <[email protected]>