Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 582 Bytes

File metadata and controls

24 lines (16 loc) · 582 Bytes

HTTP

Slicky is using the @slicky/http package which is framework agnostic library and so it could be used in any typescript application.

For complete documentation please look here.

Usage in framework

$ npm install @slicky/extension-http

bootstrap.ts:

import {HTTPExtension} from '@slicky/extension-http';

// create app instance

app.addExtension(new HTTPExtension({
	// options for Http class
}));