import { HttpDelete } from './http-delete';
import { HttpGet } from './http-get';
import { HttpPut } from './http-put';
import { HttpPatch } from './http-patch';
import { HttpPost } from './http-post';
export { HttpDelete, HttpGet, HttpPut, HttpPatch, HttpPost };
