WIP: Create apub_inbox crate #8

Draft
steffo wants to merge 40 commits from feature/apub-inbox into main
Showing only changes of commit 5fdbf4a827 - Show all commits

View file

@ -13,6 +13,7 @@ pub async fn healthcheck_handler() -> Result<StatusCode, StatusCode> {
Ok(StatusCode::NO_CONTENT)
}
#[allow(unused_mut)] // TODO
pub async fn inbox_handler() -> Result<Response<String>, StatusCode> {
log::debug!("Handling an inbox request!");