C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPRequestExtentions

HTTP request extentions.
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
Reply ( this HTTPRequest ) : HTTPResponseBuilder

Create a new HTTP response builder for the given request.

메소드 상세

Reply() 공개 정적인 메소드

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