├── GHTTP.pas ├── GHTTPConstants.pas ├── GHTTPSServer.pas ├── GHTTPServer.pas ├── GHttpGrPrj.groupproj ├── GHttpJWTSvrPrj.res ├── GHttpSvrPrj.dpr ├── GHttpSvrPrj.dproj ├── GHttpSvrPrj.res ├── GHttpSvrTestPrj.dpr ├── GHttpSvrTestPrj.dproj ├── GHttpSvrTestPrj.res ├── GHttpsRestJWTClient.res ├── GHttpsRestJWTClient_1.dpr ├── GHttpsRestJWTClient_1.dproj ├── GHttpsRestJWTClient_1.res ├── GHttpsRestJWTClient_2.dpr ├── GHttpsRestJWTClient_2.dproj ├── GHttpsRestJWTClient_2.res ├── GHttpsRestSvrJWTPrj.res ├── GHttpsRestSvrJWTPrj_1.dpr ├── GHttpsRestSvrJWTPrj_1.dproj ├── GHttpsRestSvrJWTPrj_1.res ├── GHttpsRestSvrJWTPrj_2.dpr ├── GHttpsRestSvrJWTPrj_2.dproj ├── GHttpsRestSvrJWTPrj_2.res ├── GHttpsSvrPrj.dpr ├── GHttpsSvrPrj.dproj ├── GHttpsSvrPrj.res ├── GRestJWTClient.dpr ├── GRestJWTClient.dproj ├── GRestJWTClient.res ├── GRestSvrJWTPrj.dpr ├── GRestSvrJWTPrj.dproj ├── GRestSvrJWTPrj.res ├── HTTPRequest.pas ├── HTTPResponseBuilder.pas ├── HttpServerUtils.pas ├── Logger.pas ├── OpenSSLWrapper.pas ├── README.md ├── SSLCertGenerator.dpr ├── SSLCertGenerator.dproj ├── SSLCertGenerator.res ├── test01.dfm └── test01.pas /GHTTP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHTTP.pas -------------------------------------------------------------------------------- /GHTTPConstants.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHTTPConstants.pas -------------------------------------------------------------------------------- /GHTTPSServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHTTPSServer.pas -------------------------------------------------------------------------------- /GHTTPServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHTTPServer.pas -------------------------------------------------------------------------------- /GHttpGrPrj.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpGrPrj.groupproj -------------------------------------------------------------------------------- /GHttpJWTSvrPrj.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpJWTSvrPrj.res -------------------------------------------------------------------------------- /GHttpSvrPrj.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpSvrPrj.dpr -------------------------------------------------------------------------------- /GHttpSvrPrj.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpSvrPrj.dproj -------------------------------------------------------------------------------- /GHttpSvrPrj.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpSvrPrj.res -------------------------------------------------------------------------------- /GHttpSvrTestPrj.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpSvrTestPrj.dpr -------------------------------------------------------------------------------- /GHttpSvrTestPrj.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpSvrTestPrj.dproj -------------------------------------------------------------------------------- /GHttpSvrTestPrj.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpSvrTestPrj.res -------------------------------------------------------------------------------- /GHttpsRestJWTClient.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestJWTClient.res -------------------------------------------------------------------------------- /GHttpsRestJWTClient_1.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestJWTClient_1.dpr -------------------------------------------------------------------------------- /GHttpsRestJWTClient_1.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestJWTClient_1.dproj -------------------------------------------------------------------------------- /GHttpsRestJWTClient_1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestJWTClient_1.res -------------------------------------------------------------------------------- /GHttpsRestJWTClient_2.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestJWTClient_2.dpr -------------------------------------------------------------------------------- /GHttpsRestJWTClient_2.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestJWTClient_2.dproj -------------------------------------------------------------------------------- /GHttpsRestJWTClient_2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestJWTClient_2.res -------------------------------------------------------------------------------- /GHttpsRestSvrJWTPrj.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestSvrJWTPrj.res -------------------------------------------------------------------------------- /GHttpsRestSvrJWTPrj_1.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestSvrJWTPrj_1.dpr -------------------------------------------------------------------------------- /GHttpsRestSvrJWTPrj_1.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestSvrJWTPrj_1.dproj -------------------------------------------------------------------------------- /GHttpsRestSvrJWTPrj_1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestSvrJWTPrj_1.res -------------------------------------------------------------------------------- /GHttpsRestSvrJWTPrj_2.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestSvrJWTPrj_2.dpr -------------------------------------------------------------------------------- /GHttpsRestSvrJWTPrj_2.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestSvrJWTPrj_2.dproj -------------------------------------------------------------------------------- /GHttpsRestSvrJWTPrj_2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsRestSvrJWTPrj_2.res -------------------------------------------------------------------------------- /GHttpsSvrPrj.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsSvrPrj.dpr -------------------------------------------------------------------------------- /GHttpsSvrPrj.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsSvrPrj.dproj -------------------------------------------------------------------------------- /GHttpsSvrPrj.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GHttpsSvrPrj.res -------------------------------------------------------------------------------- /GRestJWTClient.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GRestJWTClient.dpr -------------------------------------------------------------------------------- /GRestJWTClient.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GRestJWTClient.dproj -------------------------------------------------------------------------------- /GRestJWTClient.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GRestJWTClient.res -------------------------------------------------------------------------------- /GRestSvrJWTPrj.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GRestSvrJWTPrj.dpr -------------------------------------------------------------------------------- /GRestSvrJWTPrj.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GRestSvrJWTPrj.dproj -------------------------------------------------------------------------------- /GRestSvrJWTPrj.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/GRestSvrJWTPrj.res -------------------------------------------------------------------------------- /HTTPRequest.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/HTTPRequest.pas -------------------------------------------------------------------------------- /HTTPResponseBuilder.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/HTTPResponseBuilder.pas -------------------------------------------------------------------------------- /HttpServerUtils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/HttpServerUtils.pas -------------------------------------------------------------------------------- /Logger.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/Logger.pas -------------------------------------------------------------------------------- /OpenSSLWrapper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/OpenSSLWrapper.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/README.md -------------------------------------------------------------------------------- /SSLCertGenerator.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/SSLCertGenerator.dpr -------------------------------------------------------------------------------- /SSLCertGenerator.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/SSLCertGenerator.dproj -------------------------------------------------------------------------------- /SSLCertGenerator.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/SSLCertGenerator.res -------------------------------------------------------------------------------- /test01.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/test01.dfm -------------------------------------------------------------------------------- /test01.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gecko-71/GHttpServer/HEAD/test01.pas --------------------------------------------------------------------------------