Yes, sounds good. I should give it a try.
On Tue, Mar 12, 2013 at 1:02 AM, Xavier L. wrote:
> On 13-03-11 10:42 AM, Shiyao Ma wrote:
>
>> Today I come across a problem.
>> Basically, my need is that I want to launch a http server that can not
>> only support get but also support post (including
On 13-03-11 10:42 AM, Shiyao Ma wrote:
Today I come across a problem.
Basically, my need is that I want to launch a http server that can not
only support get but also support post (including post file).
My first idea is to use -m http.sever. However, it only supports get.
Later I find some one ex
Today I come across a problem.
Basically, my need is that I want to launch a http server that can not only
support get but also support post (including post file).
My first idea is to use -m http.sever. However, it only supports get.
Later I find some one extended basehttpserver and made it suppor