help
Route returns 405
web
refactor help, get macro fn to be used with a .configure
web
Actix Web Http Streaming
web
parsing between http types
web
index.html
misc
Streaming test
web
Actix Actor Tokio
actors
misc
websockets
third-party
How to add routes based on different conditions?
misc
Handle mspc channel as actor message.
actors
misc
Best way to extract `vec` of struct from request
web
how to write route code similar as actix-web
misc
Graceful shutdown vs KeepAlive
web
Conditionally add basic auth
web
Building a Rest API with Actix Web
web
from_request failing without err message
web
misc
WebSocket Chat (actor-less), shared state to send messages from TcpListener
misc
websockets
Issues with setting up the url for an endpoint
web
Post endpoint with custom struct dto always returns 404
web
Response may be Redirect or Body
faq
web
Does it exists a solution to automatically log request context
web
Middleware for admin routes
session
Multipart/form-data
web
multipart
Responder return type issues
web
Change Response body to always be wrapped in JSON
web
cannot connect to ws://localhost:8080/ws
websockets
How to create actix Error?
misc
Lobby example session always length of 1
actors
websockets
"Unresolved import 'actix_web::HttpServer' / no 'HttpServer' in root" even in example server
misc
How to send request
misc
web
[Meta] URLs with `?param=1¶m2` syntax not wanted by actix?
web
Trying to get a better understanding of the actix runtime.
misc
Debugging cors
cors
I need to write an endpoint that supports both application/json and text/plain in the same route
web
uri().host() works on https but not on http
web
misc
Where should unit tests be written in actix-web?
web
the trait bound `ChatSession: actix::actor::Actor` is not satisfied
actors
session
websockets
distinct params after same route
web
is there any difference between using tokio and actix_web::rt?
web
Custom JSON Response for Panics.
web
Recover/Clone Payload data in middleware with Multipart
multipart
RabbitMQ Actor
actors
third-party
Recommended folder structure and clean architecture
web
Content length header on HttpResponse::Ok().streaming
web
unresolved import `actix_web::web` for `actix-web` 4
web
Is there a new syntax for session.set method in actix_session::Session crate?
session
HttpResponse does not implement `Copy` trait
web
Middleware for HTTP upgrade server doesn't do anything
web
Can I hold on to a request in middleware, until I am ready to accept it?
web
A number of questions about efficient use of AWC, running from both async and blocking functions
web
How to access fn call "session" in tranform
session