Stellarium 0.15.2
|
Contains all settings for the connection handler. More...
#include <httpconnectionhandler.h>
Public Attributes | |
int | readTimeout |
Defines the maximum time to wait for a complete HTTP request in msec. More... | |
int | maxRequestSize |
Maximum size of a request in bytes. More... | |
int | maxMultipartSize |
Maximum size of a multipart request in bytes. More... | |
Contains all settings for the connection handler.
Definition at line 43 of file httpconnectionhandler.h.
int HttpConnectionHandlerSettings::maxMultipartSize |
Maximum size of a multipart request in bytes.
Default 1048576 (1MB)
Definition at line 53 of file httpconnectionhandler.h.
int HttpConnectionHandlerSettings::maxRequestSize |
Maximum size of a request in bytes.
Default 16384.
Definition at line 51 of file httpconnectionhandler.h.
int HttpConnectionHandlerSettings::readTimeout |
Defines the maximum time to wait for a complete HTTP request in msec.
Default 10000.
Definition at line 49 of file httpconnectionhandler.h.