- Jun 6, 2020
- 11,576
- 4,481
I refer to the following post:
The HttpServer library is a new library, based on an open source project named Jetty. This library allows you to easily embed an Http server in your application. Http server means that you can point a browser to the device IP address (and relevant port) and communicate with your app. It can be...
I am wondering how to read whatever is posted from the http job through the received ServletRequest.
So far I can only read header and url from the request. Where can I find the data from a http.poststring / http.postbytes method?
برای دیدن لینک ها باید ثبت نام کنید
The HttpServer library is a new library, based on an open source project named Jetty. This library allows you to easily embed an Http server in your application. Http server means that you can point a browser to the device IP address (and relevant port) and communicate with your app. It can be...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
I am wondering how to read whatever is posted from the http job through the received ServletRequest.
So far I can only read header and url from the request. Where can I find the data from a http.poststring / http.postbytes method?
برای دیدن لینک ها باید ثبت نام کنید