mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-07 00:05:02 -04:00
Merge branch 'fix-auth-plugin-links' into 'master'
Fix auth plugins wiki links See merge request os85/httpx!303
This commit is contained in:
commit
02c1917004
@ -7,7 +7,7 @@ module HTTPX
|
||||
# the HTTP Authorization header, and another, +bearer_auth+, which fill the "Bearer " prefix
|
||||
# in its value.
|
||||
#
|
||||
# https://gitlab.com/os85/httpx/wikis/Auth#authorization
|
||||
# https://gitlab.com/os85/httpx/wikis/Auth#auth
|
||||
#
|
||||
module Auth
|
||||
module InstanceMethods
|
||||
|
@ -5,7 +5,7 @@ module HTTPX
|
||||
#
|
||||
# This plugin adds helper methods to implement HTTP Basic Auth (https://tools.ietf.org/html/rfc7617)
|
||||
#
|
||||
# https://gitlab.com/os85/httpx/wikis/Authorization#basic-auth
|
||||
# https://gitlab.com/os85/httpx/wikis/Auth#basic-auth
|
||||
#
|
||||
module BasicAuth
|
||||
class << self
|
||||
|
@ -5,7 +5,7 @@ module HTTPX
|
||||
#
|
||||
# This plugin adds helper methods to implement HTTP Digest Auth (https://tools.ietf.org/html/rfc7616)
|
||||
#
|
||||
# https://gitlab.com/os85/httpx/wikis/Authorization#digest-auth
|
||||
# https://gitlab.com/os85/httpx/wikis/Auth#digest-auth
|
||||
#
|
||||
module DigestAuth
|
||||
DigestError = Class.new(Error)
|
||||
|
@ -3,7 +3,7 @@
|
||||
module HTTPX
|
||||
module Plugins
|
||||
#
|
||||
# https://gitlab.com/os85/httpx/wikis/Authorization#ntlm-auth
|
||||
# https://gitlab.com/os85/httpx/wikis/Auth#ntlm-auth
|
||||
#
|
||||
module NTLMAuth
|
||||
class << self
|
||||
|
Loading…
x
Reference in New Issue
Block a user