<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Fastapi vs RPC</title><link>http://www.bing.com:80/search?q=Fastapi+vs+RPC</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Fastapi vs RPC</title><link>http://www.bing.com:80/search?q=Fastapi+vs+RPC</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>python - Does FastAPI still need Gunicorn? - Stack Overflow</title><link>https://stackoverflow.com/questions/79694234/does-fastapi-still-need-gunicorn</link><description>Shortly after, FastAPI’s creator deprecated the tiangolo/uvicorn-gunicorn-fastapi Docker image, stating: Now that Uvicorn supports managing workers with --workers, including restarting dead ones, there's no need for Gunicorn. Starting with FastAPI 0.110, the fastapi run CLI is just a thin wrapper around this new Uvicorn supervisor.</description><pubDate>Fri, 27 Mar 2026 15:47:00 GMT</pubDate></item><item><title>How to configure FastAPI logging so that it works both with Uvicorn ...</title><link>https://stackoverflow.com/questions/77001129/how-to-configure-fastapi-logging-so-that-it-works-both-with-uvicorn-locally-and</link><description>1. Setting up the uvicorn logger Straight from the documentation: Logging --log-config &lt;path&gt; - Logging configuration file. Options: dictConfig() formats: .json, . yaml. Any other format will be processed with fileConfig(). Set the formatters.default.use_colors and formatters.access.use_colors values to override the auto-detected behavior. If you wish to use a YAML file for your logging config ...</description><pubDate>Wed, 08 Apr 2026 23:18:00 GMT</pubDate></item><item><title>Python: FastAPI error 422 with POST request when sending JSON data</title><link>https://stackoverflow.com/questions/59929028/python-fastapi-error-422-with-post-request-when-sending-json-data</link><description>Also, note that FastAPI/Starlette uses the standard json library for parsing the data behind the scenes. If one is looking for a faster alternative, please have a look at this answer that demonstrates how to use orjson instead. Test all the options above Using Python requests library Related answer can be found here.</description><pubDate>Tue, 07 Apr 2026 17:21:00 GMT</pubDate></item><item><title>Why does my FastAPI application redirect to HTTP and not HTTPS?</title><link>https://stackoverflow.com/questions/79352184/why-does-my-fastapi-application-redirect-to-http-and-not-https</link><description>In my case adding nginx headers and fastapi config for the proxy headers did not work. I had to hardcode the replacement of http to https in the 307 redirect responses (through a middleware) as follows:</description><pubDate>Thu, 02 Apr 2026 12:12:00 GMT</pubDate></item><item><title>fastapi - How to read body as any valid json? - Stack Overflow</title><link>https://stackoverflow.com/questions/64379089/how-to-read-body-as-any-valid-json</link><description>The accepted answer is valid as well, but FastAPI provides a built-in way to do that - check the Singular values in body section in docs. A parameter with the default Body gets all the payload that doesn't match passed Pydantic-typed parameters (the whole payload in our case) and converts it to the appropriate Python type.</description><pubDate>Wed, 08 Apr 2026 01:49:00 GMT</pubDate></item><item><title>How to pass an argument to a 'dependencies' function in FastAPI?</title><link>https://stackoverflow.com/questions/79522677/how-to-pass-an-argument-to-a-dependencies-function-in-fastapi</link><description>The FastAPI Advanced Dependencies guide has a couple examples, specifically oriented around classes. But in your example, so long as verify_token("red") returns a callable with the right syntax and type annotations, FastAPI can use it as a dependency. The easy way is to have the function return another function:</description><pubDate>Fri, 03 Apr 2026 12:04:00 GMT</pubDate></item><item><title>Python FastAPI base path control - Stack Overflow</title><link>https://stackoverflow.com/questions/70219200/python-fastapi-base-path-control</link><description>When I use FastAPI , how can I sepcify a base path for the web-service? To put it another way - are there arguments to the FastAPI object that can set the end-point and any others I define, to a different root path?</description><pubDate>Thu, 02 Apr 2026 21:59:00 GMT</pubDate></item><item><title>FastAPI/uvicorn not working when specifying host [duplicate]</title><link>https://stackoverflow.com/questions/60132045/fastapi-uvicorn-not-working-when-specifying-host</link><description>The FastAPI/uvicorn server is not working when specifying the host.</description><pubDate>Wed, 08 Apr 2026 15:18:00 GMT</pubDate></item><item><title>FastAPI CORS error despite correctly configured CORSMiddleware</title><link>https://stackoverflow.com/questions/79741598/fastapi-cors-error-despite-correctly-configured-corsmiddleware</link><description>The code works locally but when I put it on an EC2 machine and change the CORS origins accordingly it fails. I've checked the URL for 2 hours straight. I copied and pasted it from the page that loa...</description><pubDate>Thu, 09 Apr 2026 08:22:00 GMT</pubDate></item><item><title>FastAPI throws an error (Error loading ASGI app. Could not import ...</title><link>https://stackoverflow.com/questions/60819376/fastapi-throws-an-error-error-loading-asgi-app-could-not-import-module-api</link><description>fastapi run &lt;file or package where your FastAPI app instance is&gt; So FastAPI will under the hood take care of the uvicorn command stuff for you</description><pubDate>Wed, 08 Apr 2026 19:07:00 GMT</pubDate></item></channel></rss>