HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Classes | |
class | AssociatedFile |
class | Binding |
Defines the path of the servlet, optionally it can catch ALL the requests that search for path starting with the given value. More... | |
class | Configuration |
This class contains all the settings of the server. More... | |
class | Cookie |
class | Custom |
class | DataWriter |
A class to simplify the construction of byte arrays. More... | |
class | Debugger |
class | Error |
class | HttpUtils |
class | Request |
class | Response |
class | Server |
class | Servlet |
class | Session |
class | SessionManager |
class | SslConfiguration |
class | SystemTLS |
class | Terminal |
class | TLSImpl |
class | Utils |
Enumerations | |
enum | BG_COLOR { DEFAULT , BLACK , RED , GREEN , YELLOW , BLUE , MAGENTA , CYAN , WHITE } |
enum | FG_COLOR { DEFAULT , BLACK , RED , GREEN , YELLOW , BLUE , MAGENTA , CYAN , WHITE } |
Functions | |
class | DataReader (byte[] data) |
A class to simplify reading data from a byte array. | |
readonly struct | OAuth1_0Information (Dictionary< string, string > parameters) |
class | Index (Request req, Response res, Configuration config) |
enum HSB.BG_COLOR |
Definition at line 3 of file Terminal.cs.
enum HSB.FG_COLOR |
Definition at line 15 of file Terminal.cs.
class HSB.DataReader | ( | byte[] | data | ) |
A class to simplify reading data from a byte array.
Reads 1 byte from the data and returns it as a UInt16
Reads 2 bytes from the data and returns them as a ushort
Reads 3 bytes from the data and returns them as a uint24
Reads 4 bytes from the data and returns them as a uint32
Reads 4 bytes from the data and returns them as a signed int (int32)
Definition at line 5 of file DataReader.cs.
class HSB.Index | ( | Request | req, |
Response | res, | ||
Configuration | config | ||
) |
Definition at line 7 of file Index.cs.
readonly struct HSB.OAuth1_0Information | ( | Dictionary< string, string > | parameters | ) |
Definition at line 5 of file OAuth1_0Information.cs.