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