MCPcopy Create free account

hub / github.com/HerikLyma/CPPWebFramework / functions

Functions557 in github.com/HerikLyma/CPPWebFramework

MethoddoGet
examples/SaveFiles/controllers/savefilecontroller.cpp:10
MethoddoGet
examples/ShowFile/controllers/showfilecontroller.cpp:10
MethoddoGet
examples/HelloWorldDocker/main.cpp:13
MethoddoGet
examples/CSTLOutExample/controllers/usercontroller.cpp:10
MethoddoGet
examples/CSTLForExample/controllers/userscontroller.cpp:10
MethoddoGet
Call with GET method http://localhost:8080/service?table=tableName
examples/CRUDRestWebService/main.cpp:12
MethoddoGet
examples/Sessions/controllers/indexcontroller.cpp:11
MethoddoGet
examples/CSTLImportExample/controllers/homecontroller.cpp:10
MethoddoGet
examples/CSTLImportExample/controllers/userscontroller.cpp:10
MethoddoGet
examples/ORM/main.cpp:21
MethoddoGet
examples/FillObjectBMI/main.cpp:14
MethoddoGet
examples/Filters/controllers/indexcontroller.cpp:11
MethoddoGet
examples/HelloMVC/main.cpp:14
MethoddoGet
examples/CSTLIfExample/controllers/userscontroller.cpp:10
MethoddoGet
examples/WebServices/controllers/bmicontroller.cpp:10
MethoddoGet
CPPWebFramework/cwf/cppwebcontroller.cpp:10
MethoddoMessage
CPPWebFramework/cwf/controller.cpp:12
MethoddoParse
CPPWebFramework/cwf/httpparser.cpp:208
MethoddoParseHttpHeader
CPPWebFramework/cwf/httpparser.cpp:37
MethoddoParseUrl
CPPWebFramework/cwf/httpparser.cpp:84
MethoddoPost
examples/SaveFiles/controllers/savefilecontroller.cpp:16
MethoddoPost
examples/ShowFile/controllers/showfilecontroller.cpp:16
MethoddoPost
Call with POST method and insert a JSON into the body of the request http://localhost:8080/service?table=tableName
examples/CRUDRestWebService/main.cpp:20
MethoddoPost
examples/Sessions/controllers/logincontroller.cpp:16
MethoddoPost
examples/FillObjectBMI/main.cpp:19
MethoddoPost
examples/Filters/controllers/logincontroller.cpp:16
MethoddoPut
Call with PUT method and insert a JSON into the body of the request http://localhost:8080/service?table=tableName&pk=pkName&value=id
examples/CRUDRestWebService/main.cpp:27
Methodencode
CPPWebFramework/cwf/urlencoder.cpp:23
Methodequal_range
CPPWebFramework/cwf/qmapthreadsafety.h:119
Methoderase
CPPWebFramework/cwf/qmapthreadsafety.h:125
Methodexec
CPPWebFramework/cwf/sqlquerymanager.cpp:170
MethodextractCookies
CPPWebFramework/cwf/httpparser.cpp:132
MethodextractHeaderAndBody
CPPWebFramework/cwf/httpparser.cpp:14
MethodfillClient
CPPWebFramework/tests/tst_cstlcompiler.cpp:75
MethodfindProperty
CPPWebFramework/cwf/metaclassparser.cpp:76
MethodflushBuffer
CPPWebFramework/cwf/response.cpp:82
FunctiongetAccessServerPages
* @brief Returns the access server page. * @return bool : Access server pages. */
CPPWebFramework/cwf/configuration.h:137
MethodgetAddress
examples/CSTLOutExample/model/user.cpp:45
MethodgetAddress
examples/CSTLForExample/model/user.cpp:45
MethodgetAddress
examples/CSTLImportExample/model/user.cpp:45
MethodgetAddress
examples/CSTLIfExample/model/user.cpp:45
FunctiongetAttribute
* @brief This method returns a specific object given its name. */
CPPWebFramework/cwf/request.h:75
FunctiongetAttribute
* @brief Returns a session attribute given a name. * @warning: If the parameter is not found, nullptr is returned. */
CPPWebFramework/cwf/session.h:56
FunctiongetAttributes
* @brief This method returns all the attributes of a HttpReadRequest. */
CPPWebFramework/cwf/request.h:71
FunctiongetAutoClearAttributes
* @brief getAutoClearAttributes */
CPPWebFramework/cwf/session.h:94
FunctiongetAutoDelete
* @brief getAutoDelete * @return */
CPPWebFramework/cwf/qlistobject.h:75
MethodgetBmi
examples/FillObjectBMI/model/usermodel.cpp:50
FunctiongetBody
* @brief Returns HTTP body message. * @return QByteArray : HTTP body message. */
CPPWebFramework/cwf/httpparser.h:76
FunctiongetBufferSize
CPPWebFramework/cwf/response.h:51
MethodgetCategory
examples/FillObjectBMI/model/usermodel.cpp:25
FunctiongetCleanupInterval
* @brief Returns the clean up interval Time. * @param int : Time in milliseconds. */
CPPWebFramework/cwf/configuration.h:82
FunctiongetContentLenght
* @brief Returns the content lenght. * @return qint64 : Content length. */
CPPWebFramework/cwf/httpparser.h:56
FunctiongetContentType
* @brief Returns the content type. * @return QByteArray : Content type. */
CPPWebFramework/cwf/httpparser.h:61
FunctiongetCookies
* @brief Returns all cookies. * @return QVector<QNetworkCookie> : Cookies. */
CPPWebFramework/cwf/httpparser.h:119
MethodgetCountry
examples/ORM/usermodel.h:30
FunctiongetCreatedDtStr
* @brief getCreatedDtStr Get the creation date as a string * @return QString: Creation date as a string */
CPPWebFramework/cwf/model.h:186
FunctiongetCreationTime
* @brief getCreationTime */
CPPWebFramework/cwf/session.h:64
FunctiongetDatabaseName
* @brief Returns the database's name. */
CPPWebFramework/cwf/sqldatabasestorage.h:114
MethodgetGender
examples/CSTLOutExample/model/user.cpp:25
MethodgetGender
examples/CSTLForExample/model/user.cpp:25
MethodgetGender
examples/CSTLImportExample/model/user.cpp:25
MethodgetGender
examples/CSTLIfExample/model/user.cpp:25
FunctiongetHeaderField
* @brief Returns a specific header field given a name. * If the header field name does not exists, the function returns defaultValue. * If
CPPWebFramework/cwf/httpparser.h:134
FunctiongetHeaderFields
* @brief Returns all header fields given a specific name. * @param const QByteArray &headerField : Header field name. * @return QByteArray
CPPWebFramework/cwf/httpparser.h:125
MethodgetHeight
examples/FillObjectBMI/model/usermodel.cpp:40
FunctiongetHost
* @brief Returns the address. * @param QHostAddress : host. */
CPPWebFramework/cwf/configuration.h:92
FunctiongetHostName
* @brief Returns the host name. */
CPPWebFramework/cwf/sqldatabasestorage.h:109
FunctiongetHttpVersion
* @brief Returns the HTTP version. * @return QByteArray : HTTP version. */
CPPWebFramework/cwf/httpparser.h:66
FunctiongetId
* @brief getId Get the id of the model * @return qint64: The id of the model */
CPPWebFramework/cwf/model.h:176
MethodgetId
examples/CSTLOutExample/model/user.cpp:15
MethodgetId
examples/CSTLForExample/model/user.cpp:15
MethodgetId
examples/CSTLImportExample/model/user.cpp:15
MethodgetId
examples/CSTLIfExample/model/user.cpp:15
FunctiongetIndexPage
* @brief Returns the index page. * @return QString : index page name. */
CPPWebFramework/cwf/configuration.h:132
FunctiongetLastAccessedTime
* @brief Returns the time of the last session access. */
CPPWebFramework/cwf/session.h:72
FunctiongetLastModifiedDtStr
* @brief getLastModifiedDtStr Get the last date at which the model was modified and persisted in the database * @return QString: Last modified an
CPPWebFramework/cwf/model.h:196
FunctiongetLogFilePath
* @brief Returns the log file path. * @param QString : log file. */
CPPWebFramework/cwf/configuration.h:117
MethodgetMass
examples/FillObjectBMI/model/usermodel.cpp:30
FunctiongetMaxLogFile
* @brief getMaxLogFile the max file log * @return qint64 : Max file log in bytes. */
CPPWebFramework/cwf/configuration.h:127
FunctiongetMaxThread
* @brief Returns the max thread number. * @param int : max. */
CPPWebFramework/cwf/configuration.h:97
FunctiongetMaxUploadFile
* @brief Returns max upload file size supported by the server. * @param qint64: max file size. */
CPPWebFramework/cwf/configuration.h:122
FunctiongetMethod
* @brief Returns HTTP method. * @return QByteArray : HTTP method. */
CPPWebFramework/cwf/httpparser.h:71
MethodgetName
examples/CSTLOutExample/model/user.cpp:35
MethodgetName
examples/CSTLForExample/model/user.cpp:35
MethodgetName
examples/CSTLImportExample/model/user.cpp:35
MethodgetName
examples/ORM/usermodel.h:22
MethodgetName
examples/FillObjectBMI/model/usermodel.cpp:15
MethodgetName
examples/CSTLIfExample/model/user.cpp:35
FunctiongetParameter
* @brief This method returns the most recent parameter from a request given an specific name. * @param name : This is a reference to a QByteArra
CPPWebFramework/cwf/request.h:138
FunctiongetParameter
* @brief Returns a specific parameter given a name. * If the parameter name does not exists, the function returns defaultValue. * If no de
CPPWebFramework/cwf/httpparser.h:95
FunctiongetParameters
* @brief This method returns the parameters from a request given an specific name. * @param name : This is a reference to a QByteArray.
CPPWebFramework/cwf/request.h:147
FunctiongetParameters
* @brief Returns all parameters with a specific name. * @param const QByteArray &name : Parameter name. * @return QByteArrayList : Paramet
CPPWebFramework/cwf/httpparser.h:104
FunctiongetPassword
* @brief Returns the password. */
CPPWebFramework/cwf/sqldatabasestorage.h:104
FunctiongetPath
* @brief This method returns the path. * @return QString */
CPPWebFramework/cwf/request.h:157
FunctiongetPath
* @brief Returns the path to the server's folder. * @param QString : path. */
CPPWebFramework/cwf/configuration.h:112
MethodgetPhone
examples/ORM/usermodel.h:26
FunctiongetPort
* @brief Returns the port number. * @param quint16 : port. */
CPPWebFramework/cwf/configuration.h:87
FunctiongetPort
* @brief Returns the port. */
CPPWebFramework/cwf/sqldatabasestorage.h:124
FunctiongetProtocol
* @brief This method returns the http protocol. * @return QByteArray */
CPPWebFramework/cwf/request.h:98
FunctiongetQueryText
CPPWebFramework/cwf/sqlquerymanager.h:77
← previousnext →301–400 of 557, ranked by callers