C# Class org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPRequestExtentions

HTTP request extentions.
Exibir arquivo Open project: Vanaheimr/Hermod

Public Methods

Method Description
Reply ( this HTTPRequest ) : HTTPResponseBuilder

Create a new HTTP response builder for the given request.

Method Details

Reply() public static method

Create a new HTTP response builder for the given request.
public static Reply ( this HTTPRequest ) : HTTPResponseBuilder
HTTPRequest this A HTTP request.
return HTTPResponseBuilder