Android Question HttpServer(1.00) - ServletRequest

jmcozzoni

New Member
Licensed User
Longtime User
Hello,
I am using the library HttpServer(1.00), and I wrote a java http client which send a request with the POST method and the data are sended with the outputstream of the httpUrlConnection object.
I wanted to know if there is a way to get these data with the object ServletRequest during the handlerequest event ?

Thank you for your answer.
 

jmcozzoni

New Member
Licensed User
Longtime User
The b4a application is the main application and must embed an http server while the java application is simply there as a test.
I will deepen the notion of multipart.
Thank you for your help
 
Upvote 0
Top