http-server icon indicating copy to clipboard operation
http-server copied to clipboard

AdonisJS HTTP Server along with its Router

Results 3 http-server issues
Sort by recently updated
recently updated
newest added

Hey! 👋🏻 This PR adds the possibility to create `plainCookie` without encoding them to base64 before saving them. ```ts response.plainCookie('name', 'romain', { encode: false }) ``` This can be useful...

## Why this feature is required (specific use-cases will be appreciated)? Current version adonisJS not supported Cyrillic parameters Example: Users should use decodeURIComponent function for decode any Cyrillic symbols in...

### Package version 7.0.2 ### Describe the bug Hello, I noticed that `router.resource` does not give Typescript error when the given controller does not implement all the needed REST methods....

Type: Enhancement