Ejemplo n.º 1
0
 public static extern void hw_set_body(IntPtr response, ref HaywireString body);
Ejemplo n.º 2
0
 public static extern void hw_set_response_status_code(IntPtr response, ref HaywireString status_code);
Ejemplo n.º 3
0
 public static extern void hw_set_response_header(IntPtr response, ref HaywireString name, ref HaywireString value);
Ejemplo n.º 4
0
 public static extern HaywireString hw_get_header(ref HttpRequest request, ref HaywireString key);