Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HerikLyma/CPPWebFramework
/ functions
Functions
557 in github.com/HerikLyma/CPPWebFramework
⨍
Functions
557
◇
Types & classes
70
Method
doGet
examples/SaveFiles/controllers/savefilecontroller.cpp:10
Method
doGet
examples/ShowFile/controllers/showfilecontroller.cpp:10
Method
doGet
examples/HelloWorldDocker/main.cpp:13
Method
doGet
examples/CSTLOutExample/controllers/usercontroller.cpp:10
Method
doGet
examples/CSTLForExample/controllers/userscontroller.cpp:10
Method
doGet
Call with GET method http://localhost:8080/service?table=tableName
examples/CRUDRestWebService/main.cpp:12
Method
doGet
examples/Sessions/controllers/indexcontroller.cpp:11
Method
doGet
examples/CSTLImportExample/controllers/homecontroller.cpp:10
Method
doGet
examples/CSTLImportExample/controllers/userscontroller.cpp:10
Method
doGet
examples/ORM/main.cpp:21
Method
doGet
examples/FillObjectBMI/main.cpp:14
Method
doGet
examples/Filters/controllers/indexcontroller.cpp:11
Method
doGet
examples/HelloMVC/main.cpp:14
Method
doGet
examples/CSTLIfExample/controllers/userscontroller.cpp:10
Method
doGet
examples/WebServices/controllers/bmicontroller.cpp:10
Method
doGet
CPPWebFramework/cwf/cppwebcontroller.cpp:10
Method
doMessage
CPPWebFramework/cwf/controller.cpp:12
Method
doParse
CPPWebFramework/cwf/httpparser.cpp:208
Method
doParseHttpHeader
CPPWebFramework/cwf/httpparser.cpp:37
Method
doParseUrl
CPPWebFramework/cwf/httpparser.cpp:84
Method
doPost
examples/SaveFiles/controllers/savefilecontroller.cpp:16
Method
doPost
examples/ShowFile/controllers/showfilecontroller.cpp:16
Method
doPost
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
Method
doPost
examples/Sessions/controllers/logincontroller.cpp:16
Method
doPost
examples/FillObjectBMI/main.cpp:19
Method
doPost
examples/Filters/controllers/logincontroller.cpp:16
Method
doPut
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
Method
encode
CPPWebFramework/cwf/urlencoder.cpp:23
Method
equal_range
CPPWebFramework/cwf/qmapthreadsafety.h:119
Method
erase
CPPWebFramework/cwf/qmapthreadsafety.h:125
Method
exec
CPPWebFramework/cwf/sqlquerymanager.cpp:170
Method
extractCookies
CPPWebFramework/cwf/httpparser.cpp:132
Method
extractHeaderAndBody
CPPWebFramework/cwf/httpparser.cpp:14
Method
fillClient
CPPWebFramework/tests/tst_cstlcompiler.cpp:75
Method
findProperty
CPPWebFramework/cwf/metaclassparser.cpp:76
Method
flushBuffer
CPPWebFramework/cwf/response.cpp:82
Function
getAccessServerPages
* @brief Returns the access server page. * @return bool : Access server pages. */
CPPWebFramework/cwf/configuration.h:137
Method
getAddress
examples/CSTLOutExample/model/user.cpp:45
Method
getAddress
examples/CSTLForExample/model/user.cpp:45
Method
getAddress
examples/CSTLImportExample/model/user.cpp:45
Method
getAddress
examples/CSTLIfExample/model/user.cpp:45
Function
getAttribute
* @brief This method returns a specific object given its name. */
CPPWebFramework/cwf/request.h:75
Function
getAttribute
* @brief Returns a session attribute given a name. * @warning: If the parameter is not found, nullptr is returned. */
CPPWebFramework/cwf/session.h:56
Function
getAttributes
* @brief This method returns all the attributes of a HttpReadRequest. */
CPPWebFramework/cwf/request.h:71
Function
getAutoClearAttributes
* @brief getAutoClearAttributes */
CPPWebFramework/cwf/session.h:94
Function
getAutoDelete
* @brief getAutoDelete * @return */
CPPWebFramework/cwf/qlistobject.h:75
Method
getBmi
examples/FillObjectBMI/model/usermodel.cpp:50
Function
getBody
* @brief Returns HTTP body message. * @return QByteArray : HTTP body message. */
CPPWebFramework/cwf/httpparser.h:76
Function
getBufferSize
CPPWebFramework/cwf/response.h:51
Method
getCategory
examples/FillObjectBMI/model/usermodel.cpp:25
Function
getCleanupInterval
* @brief Returns the clean up interval Time. * @param int : Time in milliseconds. */
CPPWebFramework/cwf/configuration.h:82
Function
getContentLenght
* @brief Returns the content lenght. * @return qint64 : Content length. */
CPPWebFramework/cwf/httpparser.h:56
Function
getContentType
* @brief Returns the content type. * @return QByteArray : Content type. */
CPPWebFramework/cwf/httpparser.h:61
Function
getCookies
* @brief Returns all cookies. * @return QVector<QNetworkCookie> : Cookies. */
CPPWebFramework/cwf/httpparser.h:119
Method
getCountry
examples/ORM/usermodel.h:30
Function
getCreatedDtStr
* @brief getCreatedDtStr Get the creation date as a string * @return QString: Creation date as a string */
CPPWebFramework/cwf/model.h:186
Function
getCreationTime
* @brief getCreationTime */
CPPWebFramework/cwf/session.h:64
Function
getDatabaseName
* @brief Returns the database's name. */
CPPWebFramework/cwf/sqldatabasestorage.h:114
Method
getGender
examples/CSTLOutExample/model/user.cpp:25
Method
getGender
examples/CSTLForExample/model/user.cpp:25
Method
getGender
examples/CSTLImportExample/model/user.cpp:25
Method
getGender
examples/CSTLIfExample/model/user.cpp:25
Function
getHeaderField
* @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
Function
getHeaderFields
* @brief Returns all header fields given a specific name. * @param const QByteArray &headerField : Header field name. * @return QByteArray
CPPWebFramework/cwf/httpparser.h:125
Method
getHeight
examples/FillObjectBMI/model/usermodel.cpp:40
Function
getHost
* @brief Returns the address. * @param QHostAddress : host. */
CPPWebFramework/cwf/configuration.h:92
Function
getHostName
* @brief Returns the host name. */
CPPWebFramework/cwf/sqldatabasestorage.h:109
Function
getHttpVersion
* @brief Returns the HTTP version. * @return QByteArray : HTTP version. */
CPPWebFramework/cwf/httpparser.h:66
Function
getId
* @brief getId Get the id of the model * @return qint64: The id of the model */
CPPWebFramework/cwf/model.h:176
Method
getId
examples/CSTLOutExample/model/user.cpp:15
Method
getId
examples/CSTLForExample/model/user.cpp:15
Method
getId
examples/CSTLImportExample/model/user.cpp:15
Method
getId
examples/CSTLIfExample/model/user.cpp:15
Function
getIndexPage
* @brief Returns the index page. * @return QString : index page name. */
CPPWebFramework/cwf/configuration.h:132
Function
getLastAccessedTime
* @brief Returns the time of the last session access. */
CPPWebFramework/cwf/session.h:72
Function
getLastModifiedDtStr
* @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
Function
getLogFilePath
* @brief Returns the log file path. * @param QString : log file. */
CPPWebFramework/cwf/configuration.h:117
Method
getMass
examples/FillObjectBMI/model/usermodel.cpp:30
Function
getMaxLogFile
* @brief getMaxLogFile the max file log * @return qint64 : Max file log in bytes. */
CPPWebFramework/cwf/configuration.h:127
Function
getMaxThread
* @brief Returns the max thread number. * @param int : max. */
CPPWebFramework/cwf/configuration.h:97
Function
getMaxUploadFile
* @brief Returns max upload file size supported by the server. * @param qint64: max file size. */
CPPWebFramework/cwf/configuration.h:122
Function
getMethod
* @brief Returns HTTP method. * @return QByteArray : HTTP method. */
CPPWebFramework/cwf/httpparser.h:71
Method
getName
examples/CSTLOutExample/model/user.cpp:35
Method
getName
examples/CSTLForExample/model/user.cpp:35
Method
getName
examples/CSTLImportExample/model/user.cpp:35
Method
getName
examples/ORM/usermodel.h:22
Method
getName
examples/FillObjectBMI/model/usermodel.cpp:15
Method
getName
examples/CSTLIfExample/model/user.cpp:35
Function
getParameter
* @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
Function
getParameter
* @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
Function
getParameters
* @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
Function
getParameters
* @brief Returns all parameters with a specific name. * @param const QByteArray &name : Parameter name. * @return QByteArrayList : Paramet
CPPWebFramework/cwf/httpparser.h:104
Function
getPassword
* @brief Returns the password. */
CPPWebFramework/cwf/sqldatabasestorage.h:104
Function
getPath
* @brief This method returns the path. * @return QString */
CPPWebFramework/cwf/request.h:157
Function
getPath
* @brief Returns the path to the server's folder. * @param QString : path. */
CPPWebFramework/cwf/configuration.h:112
Method
getPhone
examples/ORM/usermodel.h:26
Function
getPort
* @brief Returns the port number. * @param quint16 : port. */
CPPWebFramework/cwf/configuration.h:87
Function
getPort
* @brief Returns the port. */
CPPWebFramework/cwf/sqldatabasestorage.h:124
Function
getProtocol
* @brief This method returns the http protocol. * @return QByteArray */
CPPWebFramework/cwf/request.h:98
Function
getQueryText
CPPWebFramework/cwf/sqlquerymanager.h:77
← previous
next →
301–400 of 557, ranked by callers