presto
Here are 137 public repositories matching this topic...
-
Updated
Nov 5, 2020 - Java
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 2, 2020 - Scala
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
This is issue is about prestosql/docker-images#76, posted here for make it more visible.
-
Updated
Oct 30, 2020 - Python
-
Updated
Oct 31, 2020 - Shell
-
Updated
Apr 24, 2019 - Java
-
Updated
Aug 13, 2020 - Java
-
Updated
Nov 5, 2020 - Scala
-
Updated
Oct 23, 2020 - Shell
-
Updated
Oct 31, 2020 - Makefile
-
Updated
Nov 5, 2020 - Go
-
Updated
Jun 18, 2020 - Java
-
Updated
Aug 5, 2020 - Go
-
Updated
Oct 29, 2020 - HCL
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Aug 18, 2017 - Python
-
Updated
Dec 4, 2014 - Java
According to RFC 5737:
The blocks 192.0.2.0/24 (TEST-NET-1), 198.51.100.0/24 (TEST-NET-2), and 203.0.113.0/24 (TEST-NET-3) are provided for use in documentation.
Improve this page
Add a description, image, and links to the presto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the presto topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of
Authorization: Bearer <JWT>(see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di