Spawning is a WSGI (Web Server Gateway Interface) server which supports multiple processes, multiple threads, non-blocking HTTP io, and automatic graceful upgrading of code.
Servlets can be used for handling both the GET Requests and the POST Requests. An individual developing servlets for handling HTTP Requests needs to override one of these methods in order to process the request and generate a response.