All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript-inversify.HttpResponse.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
import { Headers } from './Headers'

class HttpResponse {
    constructor(public response: T, public status:number, public headers?: Headers) {
    }
}

export default HttpResponse




© 2015 - 2024 Weber Informatics LLC | Privacy Policy