diff --git a/actix-headers.html b/actix-headers.html index 812399184..d055c9f9b 100644 --- a/actix-headers.html +++ b/actix-headers.html @@ -357,7 +357,7 @@
#[api_v2_errors]
Marker attribute for indicating that the marked object can represent non-2xx (error) +
#[api_v2_errors]
Marker attribute for indicating that the marked object can represent non-2xx (error) status codes with optional descriptions.
#[api_v2_errors_overlay]
Marker attribute for indicating that the marked object can filter error responses from the +
#[api_v2_errors_overlay]
Marker attribute for indicating that the marked object can filter error responses from the
the #[api_v2_errors]
macro.
#[api_v2_operation]
Marker attribute for indicating that a function is an OpenAPI v2 compatible operation.
+#[api_v2_operation]
Marker attribute for indicating that a function is an OpenAPI v2 compatible operation.
#[api_v2_schema_struct]
Converts your struct to support deserializing from an OpenAPI v2 +
#[api_v2_schema_struct]
Converts your struct to support deserializing from an OpenAPI v2
Schema
object (example). This adds the necessary fields (in addition to your own fields) and implements the
Schema
trait for parsing and codegen.
#[delete]
Creates route handler with paperclip::actix::web::Resource
.
+
#[delete]
Creates route handler with paperclip::actix::web::Resource
.
In order to control the output type and status codes the return value/response must implement the
trait actix_web::Responder.
#[delete("path"[, attributes])]
diff --git a/paperclip_macros/attr.get.html b/paperclip_macros/attr.get.html
index 5cef188d5..39401d639 100644
--- a/paperclip_macros/attr.get.html
+++ b/paperclip_macros/attr.get.html
@@ -1,4 +1,4 @@
-get in paperclip_macros - Rust Attribute Macro paperclip_macros::get
source · #[get]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
+
get in paperclip_macros - Rust Attribute Macro paperclip_macros::get
source · #[get]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
In order to control the output type and status codes the return value/response must implement the
trait actix_web::Responder.
§Syntax
#[get("path"[, attributes])]
diff --git a/paperclip_macros/attr.head.html b/paperclip_macros/attr.head.html
index e58ba4039..a8d503c61 100644
--- a/paperclip_macros/attr.head.html
+++ b/paperclip_macros/attr.head.html
@@ -1,4 +1,4 @@
-head in paperclip_macros - Rust Attribute Macro paperclip_macros::head
source · #[head]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
+
head in paperclip_macros - Rust Attribute Macro paperclip_macros::head
source · #[head]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
In order to control the output type and status codes the return value/response must implement the
trait actix_web::Responder.
§Syntax
#[head("path"[, attributes])]
diff --git a/paperclip_macros/attr.patch.html b/paperclip_macros/attr.patch.html
index 72fa511d5..95b1eb3dc 100644
--- a/paperclip_macros/attr.patch.html
+++ b/paperclip_macros/attr.patch.html
@@ -1,4 +1,4 @@
-patch in paperclip_macros - Rust Attribute Macro paperclip_macros::patch
source · #[patch]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
+
patch in paperclip_macros - Rust Attribute Macro paperclip_macros::patch
source · #[patch]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
In order to control the output type and status codes the return value/response must implement the
trait actix_web::Responder.
§Syntax
#[patch("path"[, attributes])]
diff --git a/paperclip_macros/attr.post.html b/paperclip_macros/attr.post.html
index b08750d13..e72b6e653 100644
--- a/paperclip_macros/attr.post.html
+++ b/paperclip_macros/attr.post.html
@@ -1,4 +1,4 @@
-post in paperclip_macros - Rust Attribute Macro paperclip_macros::post
source · #[post]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
+
post in paperclip_macros - Rust Attribute Macro paperclip_macros::post
source · #[post]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
In order to control the output type and status codes the return value/response must implement the
trait actix_web::Responder.
§Syntax
#[post("path"[, attributes])]
diff --git a/paperclip_macros/attr.put.html b/paperclip_macros/attr.put.html
index 0ab5c8f03..2b95eb4fd 100644
--- a/paperclip_macros/attr.put.html
+++ b/paperclip_macros/attr.put.html
@@ -1,4 +1,4 @@
-put in paperclip_macros - Rust Attribute Macro paperclip_macros::put
source · #[put]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
+
put in paperclip_macros - Rust Attribute Macro paperclip_macros::put
source · #[put]
Expand description
Creates route handler with paperclip::actix::web::Resource
.
In order to control the output type and status codes the return value/response must implement the
trait actix_web::Responder.
§Syntax
#[put("path"[, attributes])]
diff --git a/paperclip_macros/derive.Apiv2Header.html b/paperclip_macros/derive.Apiv2Header.html
index 90880d73d..10157cedd 100644
--- a/paperclip_macros/derive.Apiv2Header.html
+++ b/paperclip_macros/derive.Apiv2Header.html
@@ -1,4 +1,4 @@
-Apiv2Header in paperclip_macros - Rust Derive Macro paperclip_macros::Apiv2Header
source · #[derive(Apiv2Header)]
+Apiv2Header in paperclip_macros - Rust Derive Macro paperclip_macros::Apiv2Header
source · #[derive(Apiv2Header)]
{
// Attributes available to this derive:
#[openapi]
diff --git a/paperclip_macros/derive.Apiv2Schema.html b/paperclip_macros/derive.Apiv2Schema.html
index 885fd17c9..d5d7af2de 100644
--- a/paperclip_macros/derive.Apiv2Schema.html
+++ b/paperclip_macros/derive.Apiv2Schema.html
@@ -1,4 +1,4 @@
-Apiv2Schema in paperclip_macros - Rust Derive Macro paperclip_macros::Apiv2Schema
source · #[derive(Apiv2Schema)]
+Apiv2Schema in paperclip_macros - Rust Derive Macro paperclip_macros::Apiv2Schema
source · #[derive(Apiv2Schema)]
{
// Attributes available to this derive:
#[openapi]
diff --git a/paperclip_macros/derive.Apiv2Security.html b/paperclip_macros/derive.Apiv2Security.html
index b55baf377..494564bc7 100644
--- a/paperclip_macros/derive.Apiv2Security.html
+++ b/paperclip_macros/derive.Apiv2Security.html
@@ -1,4 +1,4 @@
-Apiv2Security in paperclip_macros - Rust Derive Macro paperclip_macros::Apiv2Security
source · #[derive(Apiv2Security)]
+Apiv2Security in paperclip_macros - Rust Derive Macro paperclip_macros::Apiv2Security
source · #[derive(Apiv2Security)]
{
// Attributes available to this derive:
#[openapi]
diff --git a/paperclip_macros/index.html b/paperclip_macros/index.html
index ac2070ce4..a6b94d467 100644
--- a/paperclip_macros/index.html
+++ b/paperclip_macros/index.html
@@ -1,4 +1,4 @@
-paperclip_macros - Rust Crate paperclip_macros
source · Expand description
Convenience macros for paperclip.
+paperclip_macros - Rust Crate paperclip_macros
source · Expand description
Convenience macros for paperclip.
You shouldn’t need to depend on this, because the stuff here is
already exposed by the corresponding crates.
Attribute Macros§
- Marker attribute for indicating that the marked object can represent non-2xx (error)