Skip to content

nc-js/http-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nc/http-types

A utility package of HTTP types for status codes, fields, and request methods.

Usage

import type { HttpField } from '@nc/http-types/fields'
import type { HttpMethod } from '@nc/http-types/methods'
import type { HttpStatusCode } from '@nc/http-types/status-codes'

License

This software is licensed under the MIT license (LICENSE or https://opensource.org/license/mit/).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.

About

utility package of HTTP types

Resources

License

Stars

Watchers

Forks