HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
This is the complete list of members for HSB.Response, including all inherited members.
AddAttribute(string name, string value) | HSB.Response | |
E400() | HSB.Response | |
E401() | HSB.Response | |
E404() | HSB.Response | |
E500() | HSB.Response | |
GetAttribute(string name) | HSB.Response | |
JSON(string content) | HSB.Response | |
JSON< T >(T o, JsonSerializerOptions options) | HSB.Response | |
JSON< T >(T o, bool includeFields=true, bool WriteIndented=true) | HSB.Response | |
Redirect(string route, int statusCode=HTTP_CODES.FOUND) | HSB.Response | |
Redirect(Servlet s, int statusCode=HTTP_CODES.FOUND) | HSB.Response | |
RemoveAttribute(string name) | HSB.Response | |
Response(Socket socket, Request request, Configuration c, SslStream? sslStream) (defined in HSB.Response) | HSB.Response | |
Send(byte[] data, bool disconnect=true) | HSB.Response | |
Send(string data, string mimeType="text/plain", int statusCode=HTTP_CODES.OK, Dictionary< string, string >? customHeaders=null) | HSB.Response | |
Send(int statusCode) | HSB.Response | |
SendCode(int statusCode) | HSB.Response | |
SendFile(string absPath, string? mimeType=null, int statusCode=HTTP_CODES.OK, Dictionary< string, string >? customHeaders=null) | HSB.Response | |
SendFile(byte[] data, string mimeType, int statusCode=HTTP_CODES.OK, Dictionary< string, string >? customHeaders=null) | HSB.Response | |
SendFile(FilePart filePart, int statusCode=HTTP_CODES.OK, Dictionary< string, string >? customHeaders=null) | HSB.Response | |
SendHTMLContent(string content, bool process=false, int statusCode=HTTP_CODES.OK, string encoding="UTF-8", Dictionary< string, string >? customHeaders=null) | HSB.Response | |
SendHTMLFile(string path, bool process=false, Dictionary< string, string >? customHeaders=null) | HSB.Response | |
SendJSON(string content) (defined in HSB.Response) | HSB.Response | |
SendJSON< T >(T o, JsonSerializerOptions options) | HSB.Response | |
SendJSON< T >(T o, bool includeFields=true) | HSB.Response | |
SendObject(object obj, string fileName="") | HSB.Response |