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

HTTP request extentions.
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode Description
Reply ( this HTTPRequest ) : HTTPResponseBuilder

Create a new HTTP response builder for the given request.

Method Details

Reply() public static méthode

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