SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
SimpleRest.Api.ISimpleRestHttpObject Interface Reference
Inheritance diagram for SimpleRest.Api.ISimpleRestHttpObject:

Properties

SimpleRestBody Body [get]
 
WebHeaderCollection Headers [get]
 
string? ContentType [get]
 
long ContentLength [get]
 
string? UserAgent [get]
 

Detailed Description

Definition at line 6 of file ISimpleRestHttpObject.cs.

Property Documentation

◆ Body

SimpleRestBody SimpleRest.Api.ISimpleRestHttpObject.Body
get

◆ ContentLength

long SimpleRest.Api.ISimpleRestHttpObject.ContentLength
get

◆ ContentType

string? SimpleRest.Api.ISimpleRestHttpObject.ContentType
get

◆ Headers

WebHeaderCollection SimpleRest.Api.ISimpleRestHttpObject.Headers
get

◆ UserAgent

string? SimpleRest.Api.ISimpleRestHttpObject.UserAgent
get

The documentation for this interface was generated from the following file: