Ecosyste.ms: OpenCollective

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

github.com/actix/actix-website

The Actix Web website.
https://github.com/actix/actix-website

Update errors.md

7f13b74db4e408011eff5c70334edfb2d522ced2 authored over 4 years ago by vo9312 <[email protected]>
Merge pull request #173 from cmtm/patch-2

Fix grammar mistakes in Extractors documentation

a0971bfa5c21f2fb07120543d680a8977a63e54e authored over 4 years ago by Yuki Okushi <[email protected]>
Update extractors.md

c8495075e974c955e41eb67c67c9e36e5bc7df1b authored over 4 years ago by Chris Morin <[email protected]>
Merge pull request #172 from cmtm/patch-1

Fix grammar in documentation

55735a3609138d38cc3102e28a847e61e65839bc authored over 4 years ago by Yuki Okushi <[email protected]>
Fix grammar in documentation

dd4ef3ebd2463dd725d0f3761d9730cb3b13fc43 authored over 4 years ago by Chris Morin <[email protected]>
Merge pull request #171 from tdeith/patch-2

ca6aff508e1829657124cffa2e1b2334c24ea27c authored over 4 years ago by Rob Ede <[email protected]>
Update testing.md

Change moves hyperlink to hit `struct.TestRequest` instead.

6ffed2a63e3271d201298a5df043f03ac15b61c5 authored over 4 years ago by tdeith <[email protected]>
fix: missing a dependency (#169)

* fix: missing a dependency

* chore: sort the order of dependencies

210cfd9add5c4c73c02cb31a1c1336bb2dc3e7d0 authored over 4 years ago by Toru Kobayashi <[email protected]>
Merge pull request #168 from actix/fix/app-data

fix extraction in app state extract examples

9818e0b3c075885b287f562286a9bb27857dcecd authored almost 5 years ago by Rob Ede <[email protected]>
fix extraction in app state extract examples

fixes #167

34ae647fd585a0bb27486e2d0ffa13a33fe8f2ad authored almost 5 years ago by Rob Ede <[email protected]>
Merge pull request #166 from vmalloc/formatting

Server.md: Add line break

a56649a687cd26caddea7c5511f315c6ff0a0c73 authored almost 5 years ago by Rob Ede <[email protected]>
Server.md: Add line break

8df8d1e15149822348924225348f0abd0b461041 authored almost 5 years ago by Rotem Yaari <[email protected]>
Merge pull request #165 from JohnTitor/fix-tls

Fix rustls example link

cb3f5f561a78e79aac3d50e611a6655816baec44 authored almost 5 years ago by Yuki Okushi <[email protected]>
Fix rustls example link

8da75d001d74380a6b5057ef12146fb507249e03 authored almost 5 years ago by Yuki Okushi <[email protected]>
Use RUST_LOG env var if set (#163)

* Use RUST_LOG env var if set

* Remove redundant use statement

0b9a56aa2a711584debdc2be5b19030c95b951f4 authored almost 5 years ago by Stig Johan Berggren <[email protected]>
Merge pull request #161 from danielzfranklin/master

Fix logic bug in streaming request example

a784af8010bf3917139fbfbbf3e6254676d2d8f8 authored almost 5 years ago by Yuki Okushi <[email protected]>
Fix logic bug in streaming request example

Previously the example printed "Chunk: {}" once after the entire
response was received, but the ...

b43bbd2b510780d0831b3b22c51e578621e7e7eb authored almost 5 years ago by Daniel Franklin <[email protected]>
Merge pull request #160 from actix/remove-create-app

remove unusable create_app example

845ab785120dea6f9ce9fae879320d275b112df9 authored almost 5 years ago by Yuki Okushi <[email protected]>
remove unusable create_app example

85228f23ea025854d80f4a256968d55860745232 authored almost 5 years ago by Rob Ede <[email protected]>
Merge pull request #159 from sbrl/patch-1

static-files.md: fix typo

8c711dcaf07c1b315a16cc27862261a5c2f42300 authored almost 5 years ago by Rob Ede <[email protected]>
static-files.md: fix typo

529bebcd66999fdd46e759712394c32e3bc0ed3a authored almost 5 years ago by Starbeamrainbowlabs <[email protected]>
Remove broken translation link (#154)

1a80aed878adf49ef4fa197279498d4876ed7d3b authored almost 5 years ago by Elliot Jackson <[email protected]>
Update year to 2020 (#158)

8ce8d0303f44ee06783126e2cd35226257ca0c3b authored almost 5 years ago by ShyamSundarB <[email protected]>
Update handlers.md (#157)

* Update handlers.md

Links updated to 2.0, one duplicate was removed.

64e84772367c3a46009dd5b66c910e2bdb99f3a7 authored almost 5 years ago by Nikita Puzankov <[email protected]>
Update server.md (#156)

Update old link to `examples/tls` to an up to date `examples/openssl`.

99d057e31ddd67f6343b9b52d3575af51be30090 authored almost 5 years ago by Nikita Puzankov <[email protected]>
Fix warnings (#155)

ae7cf41ca98d974a33bebc766f391460a61c3bc8 authored almost 5 years ago by Yuki Okushi <[email protected]>
Fix nextup links (#153)

* Fix page weights

* Fix nextup link generation

69145efc1e401e3974f7957f186e55d1d7ab4860 authored almost 5 years ago by Elliot Jackson <[email protected]>
Add explanations regarding actix-web's multithreaded server model (#150)

* Add explanations regarding actix-web's multithreaded server model

* Improve phrasing

* T...

8c8de9f7fb81c589c9a3b6e02dd551f3ee93c54c authored almost 5 years ago by Rotem Yaari <[email protected]>
Architecture diagrams of HttpServer and Connection lifecycle (#148)

* add arch diagrams and menu

* fix colors for arch diagrams

* refine architecture diagrams...

c1a8103cbced840c379342a4df77e624fc77fc03 authored almost 5 years ago by Maxim Vorobjov <[email protected]>
Typofix: use_last_modified (#151)

53214f4727c8604fcb1cf68c36696f9c55378afe authored almost 5 years ago by András Veres-Szentkirályi <[email protected]>
Capitalize Rust correctly (#149)

509f394ba4737caf983b7648a9ed885fd1231866 authored almost 5 years ago by Yuki Okushi <[email protected]>
Suppress some warnings on CI (#143)

* Suppress some warnings on CI

* Remove unused imports

e9b3985bcfe3324664b3ac3bc21c01f471cebdef authored almost 5 years ago by Yuki Okushi <[email protected]>
update testing to actix-web 2.0.0 and improve stream testing code (#141)

* update testing to actix-web 2.0.0 and improve stream testing code

bc4e0422c81c0e62fd5f08956951aa3e4134a6af authored almost 5 years ago by Evgeniy Tatarkin <[email protected]>
Run `cargo test` on CI (#142)

13f0756d33ad5976ff1cfc39c0cb804d190bb4e0 authored almost 5 years ago by Yuki Okushi <[email protected]>
Fix DB article code examples (#140)

This change fixes issue #139 and renders the code example

f30016e112d11017a896a5c6afbb6e42e06f3356 authored about 5 years ago by Gerónimo Garcia Sgritta <[email protected]>
Docs update and ci bumped up hugo version (#138)

58341eca3a5642a49fb72ad19bedf052894a219b authored about 5 years ago by Dominic <[email protected]>
fix chunked example

4fffc16668fc6071fa3c739f8f6c456c79328b24 authored about 5 years ago by Nikolay Kim <[email protected]>
update extractors

b8e2a2310c3713b7693b7d45e3837b28f586c981 authored about 5 years ago by Nikolay Kim <[email protected]>
review handlers section

4046b0b697074ef30ff7a830b4b33cb7e06ea8ae authored about 5 years ago by Nikolay Kim <[email protected]>
review server section

e30c20016ec5cca44bae6f2ff42da0734681ee7b authored about 5 years ago by Nikolay Kim <[email protected]>
review application section

e71c712d16f6644c7dc7b4d72b28858d419910ab authored about 5 years ago by Nikolay Kim <[email protected]>
remove sentry as it does not support actix-web 2.0

26c877a519bbfe66d4047a0478291043591125b0 authored about 5 years ago by Nikolay Kim <[email protected]>
Show quick install instructions on home page (#134)

* Show quick install instructions on home page

* Change from cargo add to a Cargo.toml depend...

ee4911d45a952716c6df46f2145791a9ebf7cdfa authored about 5 years ago by liquidscorpio <[email protected]>
Remove duplicate "being updated" (#135)

This looks like a typo. Thanks for making docs changes so easy.

79971de87363b6fcbedf26fbe805132fcf8bebbe authored about 5 years ago by Caleb Meyer <[email protected]>
Update to actix-web 2.0 (#131)

b04e76e678e4afb8ab89f823fc8e79713589065f authored about 5 years ago by Dominic <[email protected]>
Merge pull request #132 from JohnTitor/update-links

Update most examples to v2

4b216230d58f91871bde9e8f79345c3840a84736 authored about 5 years ago by Yuki Okushi <[email protected]>
Fix Actix MSRV

9df2e8d85d9c3fc8b2b7830153cf03ccbe2280fe authored about 5 years ago by Yuki Okushi <[email protected]>
Bump up actix(-web) version and MSRV

016fdd067c86d1834c1f41b5566bec1693c4573e authored about 5 years ago by Yuki Okushi <[email protected]>
Update websockets

9f385d384b72e87dbb72ddf474c8596fe856b49e authored about 5 years ago by Yuki Okushi <[email protected]>
Update url-dispatch

7a973d6fe93a52929f9e52fe64591f7e5ff3ae32 authored about 5 years ago by Yuki Okushi <[email protected]>
Update static-files

1d6ccff3e8a6dbed5537fc6a9f3f65e0a5030e6c authored about 5 years ago by Yuki Okushi <[email protected]>
Update server

e21219c1daf6f042742acfd579b5a29c67f0091d authored about 5 years ago by Yuki Okushi <[email protected]>
Update response

a255f4aea622e6f09034599c2a942cc20b606bc9 authored about 5 years ago by Yuki Okushi <[email protected]>
Update responder-trait

2cd3428c8ea9a734a5555bb51fa98d5a0022be4e authored about 5 years ago by Yuki Okushi <[email protected]>
Update requests

4f2f9303493f619c9956a74cd0970c421333df5a authored about 5 years ago by Yuki Okushi <[email protected]>
Update request-routing

b0e8a8d51d314a9d461aae8e7aad227764ff685e authored about 5 years ago by Yuki Okushi <[email protected]>
Update request-handlers

cc2a7a0645b2229699518dba2e3cdc4ce5fde733 authored about 5 years ago by Yuki Okushi <[email protected]>
Update powerful-extractors

8594212533e5faa07ab0e8578495b21f8b7b0804 authored about 5 years ago by Yuki Okushi <[email protected]>
Update middleware

789cb0fd1aa3fc3b27f4381748da161486874447 authored about 5 years ago by Yuki Okushi <[email protected]>
Update main-example

94c8c843b165099853c84c5fff94e9812633397e authored about 5 years ago by Yuki Okushi <[email protected]>
Update http2

9da187a36cc2756e45a8e51f26e333ca2ae35771 authored about 5 years ago by Yuki Okushi <[email protected]>
Update getting-started

e018ce42782ad7c09973ffb06192e0645d4a0cca authored about 5 years ago by Yuki Okushi <[email protected]>
Update flexible-responders

37bd5e5da26887b9fceb34b46b3df4b577f7a1e1 authored about 5 years ago by Yuki Okushi <[email protected]>
Remove unnecessary dependency

de7c7d3aed02e9e48b1a1864f05b738ad3ac9404 authored about 5 years ago by Yuki Okushi <[email protected]>
Update easu-form-handling example

66c3bd87295c39e67f15a57adeb95d4bb1ec8c5d authored about 5 years ago by Yuki Okushi <[email protected]>
Update autoreload example to v2

1e5f5ecf8bb5072331fcd8ad10bec333d509777d authored about 5 years ago by Yuki Okushi <[email protected]>
Update application links to v2

299ee6e3526e790ee0f039f950c5eb41a8e4fe9a authored about 5 years ago by Yuki Okushi <[email protected]>
Update application examples to v2

67c0360864bfe0b46efe512067b98a4b25923557 authored about 5 years ago by Yuki Okushi <[email protected]>
Point to v2 docs

f8e3430d1a2139771aac9afa8a83402b4c82c4ec authored about 5 years ago by Yuki Okushi <[email protected]>
Update examples/{extractors, errors} to futures 0.3 and actix-web 2.0 (#130)

* Update to futures 0.3

* update examples/errors to actix-web 2.0

20517d415d80172b70f593e494d3d5ff90479034 authored about 5 years ago by Dominic <[email protected]>
Update url-dispatch.md (#129)

* Update url-dispatch.md

Description was updated according to an example.

Users paths were...

c6c5446937dc0fd8c40ffd4a86a28ccbdbc4d434 authored about 5 years ago by Nikita Puzankov <[email protected]>
Update testing.md (#127)

Replaces fully qualified version numbers with major numbers to keep links up to date without a l...

fd9b6d38ba8db44e897e4223f5c9dc2900f03e05 authored about 5 years ago by Nikita Puzankov <[email protected]>
Update testing.md (#125)

* Update testing.md

Fixed link to API docs

* Update testing.md

* Update content/docs/te...

18d167c88cc6f14726c53e0cdddbb85c30ce7030 authored about 5 years ago by Nikita Puzankov <[email protected]>
Update server.md (#123)

868b9589f2a2c660e6749b89d563c241263ac722 authored about 5 years ago by Rich Murphey <[email protected]>
Fix link (#122)

e5fb02d5af86d0abe505a0bf6684362f368c333f authored about 5 years ago by Yuki Okushi <[email protected]>
Fix typo in server.md (#121)

b7f01e2fe8d4753628baf8d2d03cf7c59212f35a authored about 5 years ago by adrian5 <[email protected]>
change url and fix typo

7fd7b130a204696ab997114996c481d0b2e51d52 authored about 5 years ago by krircc <[email protected]>
Testing: Mention the potential need for run_on (#118)

0747220bbb5443b6662df598496f3284652e3b53 authored about 5 years ago by Danilo Bargen <[email protected]>
A small fix for the example set up of SSL (#119)

* openssl is missing in the dependencies

73b0ac07021e36d20a70870e449b27241cb3bbb0 authored about 5 years ago by Adam <[email protected]>
Update actix-web minimum Rust version (#117)

b1d2fd8fa1dbd7b12a87b331b5fffbc18270835b authored about 5 years ago by Yuki Okushi <[email protected]>
Merge pull request #116 from dbrgn/patch-1

Fix typo in testing.md

f217edf478faddefe7893710999e98fb16ff2185 authored about 5 years ago by Roman Proskuryakov <[email protected]>
Fix typo in testing.md

serivce -> service

466edc77523de26307f14db140bfca6b13beb2cd authored about 5 years ago by Danilo Bargen <[email protected]>
fix minor typo in output of extractors example (#114)

this has no effect on the actual functionality, it just fixes a typo
which was hard to overlook :)

e4eb883a0d089ebcd7befb3cb735498c4ff8e2c2 authored over 5 years ago by Ralph Ursprung <[email protected]>
Merge pull request #113 from helaan/master

Fix link to docs.rs for actix-web

ee703d070a9dcb539b368a065329c6a7a4e5f6c6 authored over 5 years ago by Yuki Okushi <[email protected]>
Fix link to docs.rs for actix-web

0f838d6b53656aed2c2765d6d9b5171230df09ae authored over 5 years ago by Henk van der Laan <[email protected]>
Make sure app_mutable example works out of box (#112)

The page which refers make_app_mutable section: https://actix.rs/docs/application/
Although th...

f43a46b58e2768ab1bf1dc505a1d6d68f204f8f5 authored over 5 years ago by Patrik Staš <[email protected]>
Merge pull request #108 from actix/document-actix-web-codegen

Document actix-web-codegen

29d1d51cf1566252d5ec54e7fad986fdfbf548d4 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
allows -> allow

421730743556d3fb2ef30bad67d7381b033b8b09 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Fix PR comments

04bca7bf82b08079754fe259c9ec4a7a3bb6267e authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Merge pull request #107 from actix/svenstaro-patch-1

Fix plural to singular dependency

9489b4de645006d290ec3861807ed6f1bcec5253 authored over 5 years ago by Darin <[email protected]>
Document actix-web-codegen

This fixes #105

553fe281fca7a2da6991bcb396ebd9c4aec57a13 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Fix plural to singular dependency

This used to be plural because it used to be both actix and actix-web but now it's just actix-web.

eb364a1d4192afc4183fe31716b546f7cace53e4 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Merge pull request #106 from actix/auto-reloading-heading

Add heading to auto-reloading bit

cf666d228bdf5b2fc1f50c3d59efb69839e23467 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Add heading to auto-reloading bit

This makes it a bit more visually distinguished from the paragraph before. I think that's a good...

e3b3a7ebbea7ee8bf62dc812418b99d48d2c603d authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Merge pull request #103 from svenstaro/add-dyn-to-traits

Add dyn keyword to get rid of some warnings

a03b91023c66e49f11f43c044000e2694d603e04 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Add bit about wrap_fn to middlewares page (#104)

a7c8116fcd21ef74f8bef2d0027fe7b1236e6eb1 authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
Add dyn keyword to get rid of some warnings

0ff37e7454da071c274f70664b36492dc588123a authored over 5 years ago by Sven-Hendrik Haase <[email protected]>
disable apt-get update

16b8702252a5dca7508214f93076c970fdbff79d authored over 5 years ago by Nikolay Kim <[email protected]>
fix state example

b0ce2c21a2abc16c73fd3a80138dc299e0c59903 authored over 5 years ago by Nikolay Kim <[email protected]>
Merge pull request #76 from NigelGreenway/master

Make `l` variable more readable

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