Software /
code /
prosody
Annotate
teal-src/net/http/codes.d.tl @ 12699:b3d0c1457584
util.jwt: Add support for RSA-based algorithms (RS256, PS256)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 02 Jul 2022 12:26:43 +0100 |
parent | 12609:a8eb838fc6cf |
rev | line source |
---|---|
12609
a8eb838fc6cf
net.http: Add teal description files
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 local type response_codes = { integer : string } |
a8eb838fc6cf
net.http: Add teal description files
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 return response_codes |