mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-27 13:44:55 +01:00
Comments for API docs
This commit is contained in:
parent
ff5db1e718
commit
b4f2dcbd88
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
//! Axum extractors for htmx headers.
|
||||
//! Axum extractors for htmx request headers.
|
||||
|
||||
use axum::{extract::FromRequestParts, http::request::Parts};
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//! Axum responses for htmx response headers.
|
||||
|
||||
use std::convert::Infallible;
|
||||
|
||||
use axum::{
|
||||
|
|
Loading…
Reference in a new issue