[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] custom status text on status line
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] custom status text on status line |
Date: |
Fri, 29 Aug 2014 10:00:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.6.0 |
Not really, that would not be HTTP protocol compatible. However, you
could of course edit the MHD source code to achieve this. Regardless,
let me advise you that this is would be a terrible idea.
Happy hacking!
Christian
On 08/28/14 18:10, Ken Teh wrote:
> Is there a way to have custom text for the status text on a status
> line? For example
>
> HTTP/1.1 403 My custom text here
>
> Thanks!
>
> Ken
>