# Functions
Delete returns a new Context using DELETE method.
GET returns a new Context using GET method.
NewRequest returns a new instance of a nhttp.Context with provided parameters.
Patch returns a new Context using PUT method.
Post returns a new Context using PUT method.
Put returns a new Context using PUT method.