Re: vibe.d get body of HTTPServerResponse

2020-11-02 Thread JG via Digitalmars-d-learn
On Monday, 2 November 2020 at 17:02:01 UTC, Steven Schveighoffer wrote: On 11/2/20 10:10 AM, JG wrote: I am trying to get the body the response generated by: res.render!("index.dt"); where res is of type HTTPServerResponse Does anyone know how I might go about this? That is a convenience w

Re: vibe.d get body of HTTPServerResponse

2020-11-02 Thread Steven Schveighoffer via Digitalmars-d-learn
On 11/2/20 10:10 AM, JG wrote: I am trying to get the body the response generated by: res.render!("index.dt"); where res is of type HTTPServerResponse Does anyone know how I might go about this? That is a convenience wrapper to diet-ng: https://github.com/vibe-d/vibe.d/blob/70b50fdb9cd4144

vibe.d get body of HTTPServerResponse

2020-11-02 Thread JG via Digitalmars-d-learn
I am trying to get the body the response generated by: res.render!("index.dt"); where res is of type HTTPServerResponse Does anyone know how I might go about this?

Re: Druntime undefined references

2020-11-02 Thread IGotD- via Digitalmars-d-learn
On Monday, 2 November 2020 at 10:50:06 UTC, Severin Teona wrote: Hi guys! I build the druntime for an ARM Cortex-M based microcontroller and I trying to create an application and link it with the druntime. I am also using TockOS[1], which does not implement POSIX thread calls and other OS-dep

Re: Druntime undefined references

2020-11-02 Thread drug via Digitalmars-d-learn
On 11/2/20 1:50 PM, Severin Teona wrote: Hi guys! I build the druntime for an ARM Cortex-M based microcontroller and I trying to create an application and link it with the druntime. I am also using TockOS[1], which does not implement POSIX thread calls and other OS-dependent implementations.

Druntime undefined references

2020-11-02 Thread Severin Teona via Digitalmars-d-learn
Hi guys! I build the druntime for an ARM Cortex-M based microcontroller and I trying to create an application and link it with the druntime. I am also using TockOS[1], which does not implement POSIX thread calls and other OS-dependent implementations. As I was looking through the errors I got