-
Updated
Feb 13, 2022 - Rust
actix
Here are 172 public repositories matching this topic...
There won't be any more significant changes from the latest beta so it's time to get a PR ready for this repo.
If someone takes this on, I will be able to mentor.
Finding the pain points will be helpful to getting the migration guide together.
-
Updated
Feb 12, 2022 - Rust
-
Updated
Nov 8, 2021 - Rust
The comment on CookieIdentityPolicy::http_only() says "By default, the HttpOnly attribute is omitted from issued cookies":
https://github.com/actix/actix-extras/blob/56051786a6caadc9dc58b923d2c1f0268609d5b0/actix-identity/src/cookie.rs#L259
However, it seems to me that the http_only Option defaults to None here in new():
https://github.com/actix/actix-extras/blob/56051786a6caadc9dc5
-
Updated
Feb 13, 2022 - Rust
-
Updated
Jan 21, 2022 - Rust
-
Updated
Nov 20, 2021 - Rust
-
Updated
Jun 19, 2019 - Rust
-
Updated
Nov 12, 2019 - Rust
OSX build
I have found that Hearth works on OSX just great:

It would be good to have executable for Mac. It might be automated using Travis:
https://docs.travis-ci.com/user/reference/osx/
I think (although I'm not entirely sure) that OpenSSL is the only runtime dependency of atomic-server. It's required only for the HTTPS setup process, which is currently done using acme_lib. I could use rustls-acme for this. Also, I could make the https setup process an optional feature, which seems a bit easier.
I don't think this is
As well as support of tokio 1.0
-
Updated
Jan 5, 2020 - Rust
-
Updated
Jan 6, 2022 - Rust
Improve this page
Add a description, image, and links to the actix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actix topic, visit your repo's landing page and select "manage topics."
Your issue may already be reported!
Please search on the Actix issue tracker before creating one.
Expected Behavior
WeakRecipienthas Clone, similar toAddr,WeakAddr, andRecipient.Curre