mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
fix badges
This commit is contained in:
parent
aac1158304
commit
3cdc0b9d18
26
README.md
26
README.md
@ -1,14 +1,22 @@
|
||||
# actix-web-extras
|
||||
# actix-extras
|
||||
|
||||
> A collection of additional crates supporting the [actix-web] framework.
|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
> A collection of additional crates supporting the [actix] and [actix-web] frameworks.
|
||||
|
||||
|
||||
## Crates
|
||||
|
||||
| Crate | | |
|
||||
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
|
||||
| [actix-protobuf] | [](https://crates.io/crates/actix-protobuf) [](https://docs.rs/actix-protobuf) | Protobuf support for actix-web framework. |
|
||||
| [actix-redis] | [](https://crates.io/crates/actix-redis) [](https://docs.rs/actix-redis) | Reds integration for actix framework. |
|
||||
| [actix-web-httpauth] | [](https://crates.io/crates/actix-web-httpauth) [](https://docs.rs/actix-web-httpauth) | HTTP authentication schemes for actix-web. |
|
||||
|
||||
Crates:
|
||||
- [actix-protobuf]: Protobuf support for actix-web framework.
|
||||
- [actix-redis]: Redis integration for actix framework.
|
||||
- [actix-web-httpauth]: HTTP authentication schemes for actix-web.
|
||||
|
||||
<!-- REFERENCES -->
|
||||
[actix]: https://github.com/actix/actix
|
||||
[actix-web]: https://github.com/actix/actix-web
|
||||
[actix-protobuf]: https://github.com/actix-web-extras/tree/actix-protobuf
|
||||
[actix-redis]: https://github.com/actix-web-extras/tree/actix-redis
|
||||
[actix-web-httpauth]: https://github.com/actix-web-extras/tree/actix-web-httpauth
|
||||
[actix-protobuf]: actix-protobuf
|
||||
[actix-redis]: actix-redis
|
||||
[actix-web-httpauth]: actix-web-httpauth
|
||||
|
@ -1,14 +1,14 @@
|
||||
# actix-protobuf
|
||||
|
||||
<center>
|
||||
[](https://crates.io/crates/actix-protobuf)
|
||||
[](https://docs.rs/actix-protobuf)
|
||||
[](https://deps.rs/crate/actix-protobuf/0.5.0)
|
||||
[](https://travis-ci.org/actix/actix-protobuf)
|
||||
[](https://codecov.io/gh/actix/actix-protobuf)
|
||||
[](https://crates.io/crates/actix-protobuf)
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
</center>
|
||||
|
||||
Protobuf support for actix-web framework.
|
||||
|
||||
> Protobuf support for actix-web framework.
|
||||
|
||||
## Example
|
||||
|
||||
|
@ -1,8 +1,11 @@
|
||||
# actix-redis
|
||||
|
||||
<center>
|
||||
[](https://travis-ci.org/actix/actix-redis) [](https://codecov.io/gh/actix/actix-redis) [](https://crates.io/crates/actix-redis)
|
||||
</center>
|
||||
[](https://crates.io/crates/actix-redis)
|
||||
[](https://docs.rs/actix-redis)
|
||||
[](https://deps.rs/crate/actix-redis/0.8.0)
|
||||
[](https://codecov.io/gh/actix/actix-redis)
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
> Redis integration for actix framework.
|
||||
|
||||
|
@ -1,14 +1,13 @@
|
||||
# actix-web-httpauth
|
||||
|
||||
<center>
|
||||
[](https://crates.io/crates/actix-web-httpauth)
|
||||
[](https://docs.rs/actix-web-httpauth)
|
||||
[](https://deps.rs/crate/actix-web-httpauth/0.4.0)
|
||||
[](https://crates.io/crates/actix-web-httpauth)
|
||||
[](https://docs.rs/actix-web-httpauth)
|
||||
[](https://deps.rs/crate/actix-web-httpauth/0.4.0)
|
||||

|
||||

|
||||
<center>
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
|
||||
> HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
|
||||
|
||||
Provides:
|
||||
* typed [Authorization] and [WWW-Authenticate] headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user