Method | Description | |
---|---|---|
AddResponseHeader ( |
||
NginxBlackRequest ( IntPtr nginx_request, NginxMonoRequestInfo, info ) : System | ||
RequestFromNginxRequest ( IntPtr nginx_request ) : NginxBlackRequest, |
Method | Description | |
---|---|---|
EnsureRequestBody ( ) : void |
Method | Description | |
---|---|---|
ReadBodyAsync ( Action finishedReading ) : void | ||
WaitForBody ( ) : void |
public AddResponseHeader ( |
||
header | ||
return | void |
public NginxBlackRequest ( IntPtr nginx_request, NginxMonoRequestInfo, info ) : System | ||
nginx_request | IntPtr | |
info | NginxMonoRequestInfo, | |
return | System |
public static RequestFromNginxRequest ( IntPtr nginx_request ) : NginxBlackRequest, | ||
nginx_request | IntPtr | |
return | NginxBlackRequest, |