help

376 threads · Page 6 of 8

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